Skip to content

Commit

Permalink
A Beginner's Guide to JavaScript's Prototype
Browse files Browse the repository at this point in the history
An amazingly informative video for javascript prototype; covers a variety of patterns for instantiating new objects and in doing so, you'll be gradually led to understanding JavaScript's prototype in depth.
  • Loading branch information
araltasher authored Oct 22, 2018
1 parent 4072fad commit ff8a909
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -465,6 +465,7 @@ This repository was created with the intention of helping developers master thei
* 🎥 [Object Oriented JavaScript - Prototype — The Net Ninja](https://www.youtube.com/watch?v=4jb4AYEyhRc)
* 🎥 [Prototype in JavaScript — kudvenkat](https://www.youtube.com/watch?v=2rkEbcptR64)
* 🎥 [JavaScript Using Prototypes — O'Reilly](https://www.youtube.com/watch?v=oCwCcNvaXAQ)
* 🎥 [A Beginner's Guide to Javascript's Prototype — Tyler Mcginnis](https://www.youtube.com/watch?v=XskMWBXNbp0)


**[⬆ Back to Top](#table-of-contents)**
Expand Down

0 comments on commit ff8a909

Please sign in to comment.