From f776dec12dd7ad856095c2ad851efd0d91f88fd8 Mon Sep 17 00:00:00 2001 From: Mohid Mohan Date: Tue, 2 Jun 2026 01:08:14 +0530 Subject: [PATCH] add eloquent js issue 6 --- resources/javascript/curated-links.md | 1 + 1 file changed, 1 insertion(+) diff --git a/resources/javascript/curated-links.md b/resources/javascript/curated-links.md index af9342b..a81a4c6 100644 --- a/resources/javascript/curated-links.md +++ b/resources/javascript/curated-links.md @@ -14,6 +14,7 @@ Open a PR following [CONTRIBUTING.md](../../CONTRIBUTING.md). Branch name: `add- ## Learning the language +- [Eloquent JavaScript](https://eloquentjavascript.net/) — A free online book that teaches JavaScript fundamentals through worked examples and exercises. - [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.