JSFiddle - React, Tailwind, and code Playground
by steveukx
JavaScript
function Foo() {
alert(this.blah);
}
Foo.prototype.blah = 1;
Foo.prototype.something = null;
new Foo;
by steveukx
function Foo() {
alert(this.blah);
}
Foo.prototype.blah = 1;
Foo.prototype.something = null;
new Foo;