From 6596fe607a57dbe1cb087d996e92de418f03b0dc Mon Sep 17 00:00:00 2001 From: capulifour <43785941+capulifour@users.noreply.github.com> Date: Tue, 20 Nov 2018 19:05:08 +0100 Subject: [PATCH] Head First Book Addition (#22330) added Head First Javascript as an additional book of interest for those wishing to learn the language of Javascript --- guide/english/book-recommendations/javascript/index.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/guide/english/book-recommendations/javascript/index.md b/guide/english/book-recommendations/javascript/index.md index edf7e2bc27..f86bd69328 100644 --- a/guide/english/book-recommendations/javascript/index.md +++ b/guide/english/book-recommendations/javascript/index.md @@ -35,3 +35,11 @@ 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. **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) + +#### Other Resources + +- A selection of online free resources; including e-books for JavaScript are available at [JS Books](https://jsbooks.revolunet.com/)