DEV Community

Discussion on: What are the most interesting, readable software books?

Collapse
 
deen_john profile image
Deen John • Edited

Javascript books :

1) Professional JavaScript for Web Developers
most comprehensive yet readable JS book.
2) Secrets of the JavaScript Ninja

3) You Don't Know JS: Scope & Closures
If you think you know JS? prepare to be humbled

3) HTML and CSS: Design and Build Websites - by Jon Duckett
because most dev suck at CSS and this book is a great source to learn
4) Javascript Allonge
Taught me new ways to think in Javascript

Collapse
 
aketekt profile image
aketekt

I second that:You Don't Know JS is awesome and free on github github.com/getify/You-Dont-Know-JS

Collapse
 
deen_john profile image
Deen John

yeah, the full "You Don't Know JS" is awesome and completely free on GitHub.