JSFiddle - React, Tailwind, and code Playground
JavaScript
function Foo() {
this.foo = 'foo', this.bar = this.foo + ' bar';
alert(this.bar);
};
new Foo();
function Foo() {
this.foo = 'foo', this.bar = this.foo + ' bar';
alert(this.bar);
};
new Foo();