JSFiddle - React, Tailwind, and code Playground

by brigand

JavaScript

class A {}; class B extends A {} console.log(A.prototype.isPrototypeOf(B.prototype));