From bcaa87ce8125ba3f82fc156b2dfcf792c62dc1d4 Mon Sep 17 00:00:00 2001 From: Shivam Thakur Date: Sun, 3 May 2026 01:49:30 +0530 Subject: [PATCH] Update curated-links.md --- resources/javascript/curated-links.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/resources/javascript/curated-links.md b/resources/javascript/curated-links.md index af9342b..9518b13 100644 --- a/resources/javascript/curated-links.md +++ b/resources/javascript/curated-links.md @@ -1,4 +1,4 @@ -# JavaScript resources +image# JavaScript resources Curated resources for developers learning JavaScript and looking to contribute to JavaScript open source projects. @@ -13,7 +13,7 @@ Curated resources for developers learning JavaScript and looking to contribute t Open a PR following [CONTRIBUTING.md](../../CONTRIBUTING.md). Branch name: `add-resource/your-name`. ## Learning the language - +- [Eloquent JavaScript](https://eloquentjavascript.net/) – A free online book that teaches JavaScript fundamentals - [JavaScript.info](https://javascript.info/) — Modern, deep tutorial covering the language end to end. - [MDN JavaScript Guide](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Guide) — The reference for what JavaScript actually does in browsers.