How to check if a Javascript Class inherits another (without creating an obj)?

Try the following:

ChildClass.prototype instanceof ParentClass

Leave a Comment