JSFiddle - React, Tailwind, and code Playground
by podlipensky
JavaScript
//"use strict"
function foo(){
document.write(Object.prototype.toString.call(this));
}
//foo.call(undefined);
Function.call.apply(foo);
by podlipensky
//"use strict"
function foo(){
document.write(Object.prototype.toString.call(this));
}
//foo.call(undefined);
Function.call.apply(foo);