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

Remove duplicate link (#4531)

* Update 101-prototypal-inheritance.md

url "The Modern JavaScript Tutorial" is the same link as "Prototype Inheritance".

* Update src/data/roadmaps/javascript/content/102-javascript-datatypes/101-object/101-prototypal-inheritance.md

---------

Co-authored-by: Kamran Ahmed <kamranahmed.se@gmail.com>
This commit is contained in:
Alex 2024-05-11 03:49:14 +03:00 committed by GitHub
parent 9cbfbb9231
commit cae46c5db6
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -6,5 +6,4 @@ Visit the following resources to learn more:
- [JavaScript MDN Docs](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Inheritance_and_the_prototype_chain)
- [GeeksForGeeks JavaScript Tutorial](https://www.geeksforgeeks.org/prototypal-inheritance-using-__proto__-in-javascript/)
- [The Modern JavaScript Tutorial](https://javascript.info/prototype-inheritance)
- [Prototype Inheritance](https://javascript.info/prototype-inheritance)