JSFiddle - React, Tailwind, and code Playground

by basarat

JavaScript

function foo() { return {boo:""}; }
var x = new foo();
console.log(x);