Code examples written in JavaScript, provided for educational purposes, to help faciliate the understanding of advanced JavaScript concepts.
To clone this repo:
git clone https://github.com/oliviacarlisle/js-code-examples.git
For code related to the .prototype
data property of a Function
instance, check out src/prototypes.js.
For more info:
For code related to the new
keyword, including a custom implementation of the new
keyword, check out src/new.js.
For more info:
Coming soon!