JSFiddle - React, Tailwind, and code Playground
by Xeon06
JavaScript
function Foo() {
this.x = 3;
var y = 32;
}
for(var i in new Foo())
console.log(i);
by Xeon06
function Foo() {
this.x = 3;
var y = 32;
}
for(var i in new Foo())
console.log(i);