An open API service indexing awesome lists of open source software.

https://github.com/heldrida/js-object-create

defining prototypes with objects and constructing objects with factories and Object.create
https://github.com/heldrida/js-object-create

Last synced: 4 months ago
JSON representation

defining prototypes with objects and constructing objects with factories and Object.create

Awesome Lists containing this project

README

        

Defining prototypes with objects and constructing objects with factories and Object.create.

References:

https://medium.com/javascript-scene/the-two-pillars-of-javascript-ee6f3281e7f3

https://hacks.mozilla.org/2015/07/es6-in-depth-classes/