JavaScript the Good Parts, Douglas Crockford. 2008
JavaScript: the Good Parts, 2008

- JavaScript: the Good Parts
- By Douglas Crockford.
- Buy at amazon
Outdated today.
Good book, old fashioned (it still uses Syntax Diagram of the 1990s), but is too short.
This book covers only JavaScript the language.
Bad part: No DOM coverage. DOM is actually the more complex part of web development. DOM is far more complex than whatever quirks JavaScript has.
Douglas Crockford is responsible for bringing JavaScript into the limelight as a respectable language. He is the inventor of JSON. 〔see JSON〕 Crockford is also famous for his JavaScript style validator at http://www.jslint.com/.
Crockford is a old fashioned programer, as can be seen by his age. He is also adamant about his style and opinions. He is, anti-trends and fashion. Older programers often have seen it all, current thinking come and went. I pay attention to what he says.
JavaScript books and people [id-0592]
- JavaScript Books Review 2023
- JavaScript The Definitive Guide by David Flanagan. 2011, 2020.
- JavaScript the Good Parts, Douglas Crockford. 2008
- JavaScript the Better Parts, by Douglas Crockford. 2018
- Node.js Creator Ryan Dahl on Software Complexity. 2011
- History of Node.js by Ryan Dahl 2011 📺
- Professional JavaScript for Web Developers, 2012, by Nicholas C Zakas