
Review
✓ 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
| Pages | 240 |
| Publisher | Addison-Wesley Professional |
| Language | English |
| Isbn13 | 978-0321812186 |
| Publication Date | November 24, 2012 |
Related Products

97 Things Every Programmer Should Know: Collective Wisdom from the Experts
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.

Accelerate: The Science of Lean Software and DevOps: Building and Scaling High Performing Technology Organizations
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.

Algorithms to Live By: The Computer Science of Human Decisions
Brian Christian and Tom Griffiths' exploration of computer science explained through everyday life. Surprisingly useful for developers who want to understand algorithms through real-world applications.
Made me see computer science everywhere. The chapter on caching helped me understand slow database queries, and the scheduling insights improved our task queues. Read full review.