From 9895ebe8bca8bf687e5453fee5f24da28ec738e8 Mon Sep 17 00:00:00 2001 From: Eleni Papanicolas <76261375+e-papanicolas@users.noreply.github.com> Date: Thu, 11 Aug 2022 13:46:48 -0400 Subject: [PATCH] Add eloquent js to javascript language node. Hi there! This book has helped me greatly with learning javascript. It is so pleasant to read but highly detailed, eloquently written as the title suggests. The book includes exercises for every chapter, with solutions, multiple projects, and has everything available with its own code sandbox. I have the paperback copy, but I love having all of the extra features with the online version. It is 100% free. --- .../101-backend/content/103-learn-a-language/105-javascript.md | 1 + 1 file changed, 1 insertion(+) diff --git a/content/roadmaps/101-backend/content/103-learn-a-language/105-javascript.md b/content/roadmaps/101-backend/content/103-learn-a-language/105-javascript.md index 49e66286c..df69282df 100644 --- a/content/roadmaps/101-backend/content/103-learn-a-language/105-javascript.md +++ b/content/roadmaps/101-backend/content/103-learn-a-language/105-javascript.md @@ -6,6 +6,7 @@ JavaScript allows you to add interactivity to your pages. Common examples that y W3Schools – JavaScript Tutorial The Modern JavaScript Tutorial +Eloquent Javascript - Book with exercises, solutions & code sandbox JavaScript Crash Course for Beginners Node.js Crash Course