1
0
mirror of https://github.com/kamranahmedse/developer-roadmap.git synced 2025-08-13 12:43:59 +02: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

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) - [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/) - [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) - [Prototype Inheritance](https://javascript.info/prototype-inheritance)