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
- Host: GitHub
- URL: https://github.com/heldrida/js-object-create
- Owner: heldrida
- Created: 2015-07-25T10:20:16.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2015-07-25T10:25:38.000Z (almost 10 years ago)
- Last Synced: 2025-02-18T06:09:06.931Z (4 months ago)
- Language: JavaScript
- Size: 113 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.txt
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/