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.
new
Aucun commentaire:
Enregistrer un commentaire