JSFiddle - React, Tailwind, and code Playground by Nicolas PUJOL November 21, 2016 JavaScript var o = new function() { this.foo = "1"; this.bar = this.foo }; console.log(o.bar)