The following code:
console.log(new function(){return this})
is giving the following output:
Ref to the img, Please explain the output (why does such infinite repeating depth exists?).
note: I'm a newbie in javascript and was trying various code and found this behavior.