JSFiddle - React, Tailwind, and code Playground

by Nicolas PUJOL

JavaScript

var o = new function() {
    this.foo = "1";
    this.bar = this.foo
};

console.log(o.bar)