1
0
mirror of https://github.com/kamranahmedse/developer-roadmap.git synced 2025-01-17 14:18:17 +01:00

Updating 100-prototype.md (#6164)

Adding a video fro understanding concept of prototype in javascript and Object prototype and Prototype Inheritance
This commit is contained in:
Shubham Karmveer 2024-07-17 13:42:14 +05:30 committed by GitHub
parent 0a506b3ead
commit e07a829638
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -7,3 +7,4 @@ Visit the following resources to learn more:
- [@article@Prototypes in JavaScript - A Comprehensive Guide](https://www.codeguage.com/courses/js/objects-prototypes)
- [@article@Prototypes, Inheritance](https://javascript.info/prototypes)
- [@article@Object prototypes - MDN](https://developer.mozilla.org/en-US/docs/Learn/JavaScript/Objects/Object_prototypes)
- [@video@Prototype in Javascript - Object Prototype](https://www.youtube.com/watch?v=583MGxjypgU)