JavaScript: The Good Parts (Updated Edition) product image

JavaScript: The Good Parts (Updated Edition)

Nerd Approved:
(4/5)
Review by Joshua Morris on
View on AmazonAs an Amazon Associate, I earn from qualifying purchases at no additional cost to you.

Review

JavaScript: The Good Parts is the book that made me understand why people either love or hate JavaScript. Crockford's thesis is simple: ignore the bad parts, use the good parts. The chapter on functions—first-class objects, closures, modules—shows how JavaScript's functional features make it powerful despite its flaws. His explanation of prototypal inheritance is clearer than anything else I've read, and the section on regular expressions is surprisingly useful. The book is short—you can read it in an afternoon—but dense. Every paragraph matters. The updated edition adds some modern context, but the core content is unchanged because the good parts haven't changed. My only critique is that some of Crockford's opinions feel dogmatic—he dismisses features that many developers find useful—but that's part of the book's charm. It's not trying to be comprehensive; it's trying to teach you to think about JavaScript differently. I've recommended it to developers who are frustrated with JavaScript's quirks, and it usually helps them see the language's strengths.

✓ Pros

  • Short and dense—readable in an afternoon but packed with insights
  • Clear explanation of prototypal inheritance and functional features
  • Teaches you to think about JavaScript differently, not just memorize syntax
  • Updated edition adds modern context while keeping timeless principles

✗ Cons

  • Some opinions feel dogmatic—dismisses features many developers find useful
  • Written for older JavaScript—modern developers may want ES6+ coverage
  • Not comprehensive—focuses on good parts, ignores everything else

Specifications

Pages176
PublisherYahoo Press
LanguageEnglish
Isbn13978-0596517748
Publication DateMay 2008

Related Products

97 Things Every Programmer Should Know: Collective Wisdom from the Experts product image

97 Things Every Programmer Should Know: Collective Wisdom from the Experts

Nerd Approved:
(4/5)

Edited by Kevlin Henney, a curated set of timeless, page-length lessons from industry legends. Each item is a standalone insight you can read in five minutes.

Timeless, page-length lessons from industry legends. Perfect for busy developers—read one item in five minutes, learn something useful, put it down. Read full review.

As an Amazon Associate, I earn from qualifying purchases at no additional cost to you.
Accelerate: The Science of Lean Software and DevOps: Building and Scaling High Performing Technology Organizations product image

Accelerate: The Science of Lean Software and DevOps: Building and Scaling High Performing Technology Organizations

Nerd Approved:
(5/5)

Research-backed field guide that ties lean software delivery habits to measurable business outcomes, unpacking the DORA metrics, cultural foundations, and continuous delivery capabilities that separated top performers in the Accelerate State of DevOps reports.

Still my go-to reference when aligning execs around DORA metrics and the cultural work that makes continuous delivery stick. Read full review.

As an Amazon Associate, I earn from qualifying purchases at no additional cost to you.
Algorithms (4th Edition) product image

Algorithms (4th Edition)

Nerd Approved:
(5/5)

The leading algorithms textbook with clear Java implementations and full coverage of sorting, searching, graph processing, and string processing.

Leading algorithms textbook with clear Java implementations and an unmatched companion ecosystem of exercises, visualizations, and lectures. Read full review.

As an Amazon Associate, I earn from qualifying purchases at no additional cost to you.