JSFiddle - React, Tailwind, and code Playground

by nimishgoel056

JavaScript

function F(){
return 'a';
}
var o = new F();

console.log(o.constructyer ===F);