vendredi 3 avril 2015

Standard library in JavaScript to do inheritance with a member of class

Is there a standard Node.js library or module that allows you to create pseudo-inheritance using composition?



var subclass = { superclass: {}}


I am wondering if this available without having to directly use the new keyword or functions.


Aucun commentaire:

Enregistrer un commentaire