JSFiddle - React, Tailwind, and code Playground
by brigand
JavaScript
class A {}; class B extends A {} console.log(A.prototype.isPrototypeOf(B.prototype));
by brigand
class A {}; class B extends A {} console.log(A.prototype.isPrototypeOf(B.prototype));