From 98be5c210a79ec4f721d57f4b054d5309cf0a4de Mon Sep 17 00:00:00 2001 From: Vance Date: Tue, 30 Aug 2022 05:33:44 -0400 Subject: [PATCH] Add Eloquent JavaScript book to JS roadmap (#1632) Recommended because it's a very thorough and excellently written free, full-length textbook on JS. It's one of the resources that I most frequently saw mentioned when I was looking up how to learn JS, and it's the one that has helped me the most. --- .../106-javascript/content/100-javascript-introduction/readme.md | 1 + 1 file changed, 1 insertion(+) diff --git a/content/roadmaps/106-javascript/content/100-javascript-introduction/readme.md b/content/roadmaps/106-javascript/content/100-javascript-introduction/readme.md index b9780a154..04d75c308 100644 --- a/content/roadmaps/106-javascript/content/100-javascript-introduction/readme.md +++ b/content/roadmaps/106-javascript/content/100-javascript-introduction/readme.md @@ -7,5 +7,6 @@ JavaScript, often abbreviated JS, is a programming language that is one of the c W3Schools – JavaScript Tutorial The Modern JavaScript Tutorial Exploring JS: JavaScript books for programmers +Eloquent JavaScript textbook JavaScript Crash Course for Beginners Build a Netflix Landing Page Clone with HTML, CSS & JS