This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
NOTES: | |
# Intro | |
We're going to be talking about Prototypes in JavaScript. | |
This is a fundamental concept to understand the language, and I promise will bring you enlightenment once you understand it. | |
That said, this is not something that I expect you to just get right away. Honestly, it's kind of weird at first. |