extend
Extends the current class given the properties to be included. Returns a Javascript function that is a class constructor (to be called with new
).
Extends the current class given the properties to be included. Returns a Javascript function that is a class constructor (to be called with new
).