Different Typeof 'this' When Calling/applying A Strict Function Vs. A Non-strict Function
It looks like when I'm using func.call(12) on some non-strict function func, it will use this = new Number(12) instead of this = 12 (see the snippet below). I noticed because typeo
Post a Comment for "Different Typeof 'this' When Calling/applying A Strict Function Vs. A Non-strict Function"