Open prakashsvmx opened 7 years ago
function traditionalFn(){ console.log(this) } traditionalFn();
or
var aFunction=()=> console.log(this) aFunction();
does not print window in the console.
Thank you for reporting this, I am going to take a look at it.
or
does not print window in the console.