JSFiddle - React, Tailwind, and code Playground

by Wentz Wu

JavaScript

function Test(){};
var t = new Test();
alert(t.constructor.name);