From e26297664fa98c116ec1aba1176e0933dfa15466 Mon Sep 17 00:00:00 2001 From: Vance Date: Tue, 30 Aug 2022 05:33:58 -0400 Subject: [PATCH] Add Eloquent JavaScript book to front end roadmap (#1631) 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. --- content/roadmaps/100-frontend/content/103-javascript/readme.md | 1 + 1 file changed, 1 insertion(+) diff --git a/content/roadmaps/100-frontend/content/103-javascript/readme.md b/content/roadmaps/100-frontend/content/103-javascript/readme.md index 711630edc..fa2ebd816 100644 --- a/content/roadmaps/100-frontend/content/103-javascript/readme.md +++ b/content/roadmaps/100-frontend/content/103-javascript/readme.md @@ -11,6 +11,7 @@ JavaScript allows you to add interactivity to your pages. Common examples that y Free Content W3Schools – JavaScript Tutorial The Modern JavaScript Tutorial +Eloquent JavaScript textbook JavaScript Crash Course for Beginners Build a Netflix Landing Page Clone with HTML, CSS & JS Learn the basics of JavaScript