JSFiddle - React, Tailwind, and code Playground
by ariehg
JavaScript
console.log(typeof (function(){})());
console.log(typeof (function(){}));
console.log(typeof new (function(){}));
console.log(typeof new (function(){return "aa";}));
by ariehg
console.log(typeof (function(){})());
console.log(typeof (function(){}));
console.log(typeof new (function(){}));
console.log(typeof new (function(){return "aa";}));