Aqours
Member since Jan 20, 2019
- Profile: /members/13868-aqours.htm
- Comments: 1
Recent Blog Comments By Aqours
-
Static Methods Are Inherited When Using ES6 Extends Syntax In JavaScript And Node.js
Posted on Jan 20, 2019 at 10:58 PM
Object.setPrototypeOf(SubClass, BaseClass); // SubClass.__proto__ = BaseClass; Use this code, SubClass.hasOwnProperty('isBaseClass') return false, but typeof SubClass.isBaseClass return function string.... read more »