1
0
mirror of https://github.com/kamranahmedse/developer-roadmap.git synced 2025-04-15 12:53:41 +02:00

Remove redundant link (#4777)

roadmap-javascript-built-in-object-redundant-link
fixes: #4758
This commit is contained in:
Selva Muthu Kumaran 2023-11-28 04:39:47 +05:30 committed by GitHub
parent 9232d03e24
commit f40585f992
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -12,7 +12,6 @@ Built-in objects, or "global objects", are those built into the language specifi
Visit the following resources to learn more:
- [Built-in Objects](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects)
- [Standard built-in objects](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects)
- [JavaScript Built-in Objects](https://www.tutorialride.com/javascript/javascript-built-in-objects.htm)
- [Built-in Objects](https://www.scaler.com/topics/javascript-built-in-objects/)