You don't know JS is a good book to start with and explains ES6 too. It is available for free on github so you can evaluate before buying. https://github.com/getify/You-Dont-Know-JS
Ask HN: Best current book to learn JavaScript?
11–20 of 99 posts
Re: Ask HN: Best current book to learn JavaScript?
#12The problem with this question is by the time I finish typing my answer, the JS world will have moved on to the next big thing
Re: Ask HN: Best current book to learn JavaScript?
#13The problem with this question is by the time I finish typing my answer, the JS world will have moved on to the next big thing
Re: Ask HN: Best current book to learn JavaScript?
#14Eloquent javascript is also fantastic. http://eloquentjavascript.net/
Re: Ask HN: Best current book to learn JavaScript?
#15https://github.com/MostlyAdequate/mostly-adequate-guide
nice book. do you know if this person plans on finishing part 3?
https://github.com/MostlyAdequate/mostly-adequate-guide/pull...
Re: Ask HN: Best current book to learn JavaScript?
#16You don't know JS is a good book to start with and explains ES6 too. It is available for free on github so you can evaluate before buying. https://github.com/getify/You-Dont-Know-JS
I think this is more for someone already familiar with the foundation level than for a beginner
Re: Ask HN: Best current book to learn JavaScript?
#17Re: Ask HN: Best current book to learn JavaScript?
#18Re: Ask HN: Best current book to learn JavaScript?
#19- Secrets of the JavaScript Ninja by John Resig (my favorite)
- Eloquent JavaScript by Marijn Haverbeke
Re: Ask HN: Best current book to learn JavaScript?
#20Obviously, this will more teach you how to write good code that happens to be in Javascript, rather than taking an already-solid programmer and showing them the nitpicky details, idiosyncrasies, and browser APIs of Javascript.