Effective JavaScript: 68 Specific Ways to Harness the Power of JavaScript product image

Effective JavaScript: 68 Specific Ways to Harness the Power of JavaScript

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

Review

Effective JavaScript is the book I wish I'd read before spending months debugging subtle type coercion bugs. Herman's 68 items cover everything from scoping gotchas to prototype chains, and each one includes code examples that show both the wrong way and the right way. The chapter on functions and closures helped me understand why my event handlers were capturing the wrong values, and the section on objects and prototypes clarified inheritance in a way that MDN never quite managed. Some items feel dated—the book predates ES6, so there's no discussion of let/const or arrow functions—but the core concepts still apply. The item on avoiding the with statement is less relevant now, but the principles around scoping and variable hoisting are timeless. I keep it on my desk when mentoring junior developers because it explains JavaScript's weirdness in a way that sticks. The writing is dense but precise—you'll need to work through the examples, not just skim them.

✓ Pros

  • 68 specific, actionable items with clear wrong-way/right-way examples
  • Deep coverage of scoping, closures, and prototype chains
  • Explains JavaScript's weirdness in a way that actually sticks
  • Great reference for mentoring junior developers

✗ Cons

  • Predates ES6—no coverage of modern features like let/const or arrow functions
  • Some items feel dated (like avoiding the with statement)
  • Dense writing requires working through examples, not just skimming

Specifications

Pages240
PublisherAddison-Wesley Professional
LanguageEnglish
Isbn13978-0321812186
Publication DateNovember 24, 2012

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.