Y Hacker News Books
Buy on Amazon4.6 out of 5, 1,797 ratings on Amazon

#283 of 2,654 all-time

Eloquent JavaScript

Marijn Haverbeke

22 people recommended it in 10 threads, 2013–2023.

2 commenters pushed back on it — worth reading the threads.

What people on Hacker News said

johnsonjo
Though I've never actually finished the whole thing it does a pretty great job explaining JS to the uninitiated.

on HN, 2023

ciw1973
"Eloquent Javascript" (http://eloquentjavascript.net/) definitely gets my vote, as it starts with concepts that someone new to programming would need to understand before diving into the specifics of the language.

on HN, 2017

appleiigs
The examples in Eloquent Javascript need to be studied by the reader to get the most out of that book.

on HN, 2017

old_chap
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.

on HN, 2017

spraak
I think this is the best beginners book for sure. In case anyone is wondering, it doesn't teach ES6, but it does teach veey grounded Javascript ideas and it won't be difficult to catch up with the latest changes to JS after learning from this book. It's also free!

on HN, 2017

r_singh
You build 5 projects through the book - a programming language, paint program, a dom game and a skill sharing website using node js.

on HN, 2017

Where it comes up