What is the best book for JavaScript?

Dustin Durham
5 replies

Replies

Tanjum 🔥 🚀🚀
“Javascript: Good Parts “ is the best Javascript book I ever read. It teaches you a lot things you don't know about JavaScript but you normally used to use them. For the intermediate and experienced Javascript developers I recommend them to read “Professional Javascript for Web developers (3rd Edition)” book of Zaka’s . Also you can read “Javascript Patterns” book of of Stefanov's . It's good book for Javascript Object Oriented Programming and Software design patterns. To write good codes I recommend to read also “Effective Javascript: 68 Specific Ways to Harness Power of JavaScript”. Don't forget “practice makes perfect”, you need to practice more to master Javascript.
Elena Cirera
I highly recommend "The ABCs of Javascript "by Lee Purcell & Mary Jane Mara. It is a fantastic book; it starts with basics and leads to an advanced level. Anybody with basic knowledge of HTML can master Javascript with the help of this book.
krogerfeed
I am on A Smarter Way to Learn JavaScript by Mark Myers and this is so amazing and easy to understand. mymilestonecard
Amanda Trincher
I think you could check A Smarter Way to Learn JavaScript - Mark Myers JavaScript & jQuery: Interactive Front-End Web Development - Jon Duckett Also don't forget YouTube, Q&A sites like ittutoria.net that can help you find answers.