6 JavaScript books you should know

Get this short and easy to digest JavaScript book list.
299 readers like this.

If there was ever the potential for a giant book list it's one based on our favorite Javascript books. But, this list is short and easy to digest. Maybe it will help you get started, gently. Plus, check out three of our top Javascript articles with even more books, resources, and tips.

6 JavaScript books you should know

3D Game Programming for Kids

by Chris Strom

I consider this to be one of the best introduction to programming books let alone introduction to JavaScript. It jumps right in and gets to something fun and useful right away. It shows programming concepts as you use or need them. Even as a huge Perl zealot I recommend this as an intro book over my beloved Learning Perl.

D3.js in Action

by Elijah Meeks

There is a lot of useful text and many examples that explain how to use D3.js, which is a fine data visualization tool. (Recommendation by Chris Hermansen)

Effective JavaScript

by David Herman

This book was a good read for me when I got started with JavaScript; I was coming from the C++ world. If you start with JavaScript and want to learn nifty details like what the difference is between == and ===, this book can help you make your way. (Recommendation by 

Manuel Dewald)

JavaScript: The Definitive Guide

by David Flanagan

In its 6th edition, this definitive guide lives up to its title.  This book has been around for more than a decade, is comprehensive, and it is and well organized. If you pick only one JavaScript book to add to your library, this is the one. (Recommendation by Tom Manor)

JQuery in Action

by Bear Bibeault and Yehuda Katz

JQuery UI in Action

by TJ VanToll

Both of these books are solid introductions to jQuery and jQuery UI, which is a great and widely-used JavaScript framework. (Recommendation by Chris Hermansen)

What to read next
User profile image.
Opensource.com publishes stories about creating, adopting, and sharing open source solutions. Follow us on Twitter @opensourceway.

4 Comments

Thanks for the tips! I'm still a more fan of website tools such as https://www.codecademy.com/ but everyone has their own unique ways to learn! :)

So true! See me, I love to use books. I least learnt from codecademy like websites. Books are my first choice to go through.

In reply to by Bstrausen

The information you provided about JavaScript has been very helpful when discussing the topic with Friend (Jacob). I appreciate the time you spent gathering all those books and pamphlets.

No doubt, these all books are great. However, I like 'D3.js in Action' the most because of its practical examples.

Creative Commons LicenseThis work is licensed under a Creative Commons Attribution-Share Alike 4.0 International License.