Ask HN: Best current book to learn JavaScript?
71–80 of 99 posts
Re: Ask HN: Best current book to learn JavaScript?
#72Re: Ask HN: Best current book to learn JavaScript?
#73Earlier quoted context omitted.
My go to for people new to JS.
I'm learning Javascript. I can safely say im comfortable with most fundemental programming concepts...then the book starts talking about recursive functions. Suffice to say once I hit that section I went back to codeacademy finished the course (which never brought them up and I'm not sure if that's good or bad) now I'm back in Eloquent Javascript...it get's really hard really fast.
Re: Ask HN: Best current book to learn JavaScript?
#74I liked Zakas' books, the older one http://a.co/4e5JLrI for the breadth and history and the concise update: http://a.co/2U97acq
Re: Ask HN: Best current book to learn JavaScript?
#75Re: Ask HN: Best current book to learn JavaScript?
#76Re: Ask HN: Best current book to learn JavaScript?
#77Also; JavaScript the good parts
Re: Ask HN: Best current book to learn JavaScript?
#78Earlier quoted context omitted.
My go to for people new to JS.
I'm learning Javascript. I can safely say im comfortable with most fundemental programming concepts...then the book starts talking about recursive functions. Suffice to say once I hit that section I went back to codeacademy finished the course (which never brought them up and I'm not sure if that's good or bad) now I'm back in Eloquent Javascript...it get's really hard really fast.
I like the book "The Little Schemer" to learn recursion. Yes, a whole book to learn something other books briefly throw at you. You will not regret the read.
Re: Ask HN: Best current book to learn JavaScript?
#79* Speaking JavaScript
* Exploring ES6
* Exploring ES2016 and ES2017
Re: Ask HN: Best current book to learn JavaScript?
#80You 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