From ac5c1ff1bf629ca9599c577b835090992ced7384 Mon Sep 17 00:00:00 2001 From: kenyalenae <35243111+kenyalenae@users.noreply.github.com> Date: Thu, 29 Nov 2018 04:59:22 -0600 Subject: [PATCH] Added book to the list (#23009) * Added book to the list * Fixed formatting --- guide/english/book-recommendations/javascript/index.md | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/guide/english/book-recommendations/javascript/index.md b/guide/english/book-recommendations/javascript/index.md index f86bd69328..a43b315a8f 100644 --- a/guide/english/book-recommendations/javascript/index.md +++ b/guide/english/book-recommendations/javascript/index.md @@ -3,6 +3,7 @@ title: Books on JavaScript --- ### List of Books + 1. **Eloquent JavaScript** One of the best books on JavaScript. A must for both, beginners and intermediate programmers, who code in JavaScript. The best part is that the e-book is available for free. - [E-book](https://eloquentjavascript.net/)(free) @@ -35,10 +36,14 @@ title: Books on JavaScript - [Github](https://github.com/AlbertoMontalesi/The-complete-guide-to-modern-JavaScript-from-es2015-to-es2018) - [Amazon](https://www.amazon.com/dp/B07DGGFNS6) - [Leanpub](https://leanpub.com/thecompleteguidetomodernjavascript) + +8. **A Smarter Way to Learn JavaScript: The new approach that uses technology to cut your effort in half** + This book is designed for beginners and contains lots of code exercises at the end of each chapter. With this book, "you will spend two to three more times practicing than reading." - Mark Meyers (author) + - [Amazon](https://www.amazon.com/Smarter-Way-Learn-JavaScript-technology-ebook/dp/B00H1W9I6C) -8. **Head First Javascript Programming** +9. **Head First Javascript Programming** The Head Frist books series by Eric Freeman and Elisabeth Robson cover a variety of programming topics in a beginner freindly manner. This installment on Javascript is no exception. It is available hard copy and provides exercises to master the basics and understand the nature of programming. - -[Amazon](https://www.amazon.com/Head-First-JavaScript-Programming-Brain-Friendly/dp/144934013X) + - [Amazon](https://www.amazon.com/Head-First-JavaScript-Programming-Brain-Friendly/dp/144934013X) #### Other Resources