What JavaScript book to buy?

Hello does anyone know a good JavaScript book I’m currently learning
Thank you

I read crockfords book “the good parts” a few times, which took me from hating js to loving it.

also eloquent javascript

5 Likes

This question comes up semi-regularly on the forum. See these previous posts:

4 Likes

Eloquent JavaScript is really good. I’m currently on chapter 7. After that, I plan on going back to “You Don’t Know JavaScript” by Kyle Simpson. All of his books can be found on GitHub.

3 Likes

You Don’t Know JS series
It’s free on Github, and does an awesome job of starting from the beginning and really going through the ins and outs of JS

3 Likes

Don’t even mess around with the 200-300page learn In a week type books. Go straight for the McGraw Hill. It’s huge and bulky and has all those other books info combined, and is revised every few years to be up to date.

1 Like

Yea, I agree this is a great one but it lacks a beginner tag. I guess OP is still learning, and this book, though great, is not the first choice for people who are starting out.

Thanks a lot this will definitely get me started

Are there any books that would explain everything I need to know to complete the show the weather challenge?
And would explain about dealing with the http privacy issues?

You do not need to buy a Js Book.We can get all the Js book online for free.

1.https://github.com/getify/You-Dont-Know-JS
2. http://eloquentjavascript.net
3.http://javascript.info/

2 Likes

The best, is not the best.

The best book, is none.

1 Like

There are many coding books around the web! Among one of them is Nature of Code. Though books are great, I’d recommend studying it on the web. There are many free websites that teach coding. But go ahead, learn! :slightly_smiling_face:

1 Like

Secrets of the JavaScript Ninja https://www.amazon.com/dp/1617292850/ref=cm_sw_r_cp_api_SadiAbXM1M6R4

3 Likes

I just took a look at http://javascript.info, and it looks like a really good resource.

2 Likes

If anyone is new to learn JavaScript, my recommendation for him to read Learning Web Design: A Beginner’s Guide to HTML, CSS, JavaScript, and Web Graphics. It will help you to learn step-by-step and by the end of this book, you’ll have the skills to create a simple site with multi-column pages that adapt for mobile devices.