JSFiddle - React, Tailwind, and code Playground
by joplomacedo
JavaScript
class X {
constructor() {}
}
const x = new X();
console.log(x.constructor === X)
by joplomacedo
class X {
constructor() {}
}
const x = new X();
console.log(x.constructor === X)