Head First Book Addition (#22330)

added Head First Javascript as an additional book of interest for those wishing to learn the language of Javascript
This commit is contained in:
capulifour
2018-11-20 19:05:08 +01:00
committed by nik
parent 961349432c
commit 6596fe607a

View File

@ -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/)