JSFiddle - React, Tailwind, and code Playground
JavaScript
var Construct = function() {
this.magic = 42;
}
var c = new Construct();
alert(c.magic === 42);
var Construct = function() {
this.magic = 42;
}
var c = new Construct();
alert(c.magic === 42);