Added book to the list (#23009)
* Added book to the list * Fixed formatting
This commit is contained in:
@ -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
|
||||
|
||||
|
Reference in New Issue
Block a user