JSFiddle - React, Tailwind, and code Playground by nimishgoel056 August 07, 2018 JavaScript function F(){ return 'a'; } var o = new F(); console.log(o.constructyer ===F);