When comparing JavaScript: The Good Parts vs exercism.org, the Slant community recommends exercism.org for most people. In the question“What are the best resources to learn JavaScript?” exercism.org is ranked 3rd while JavaScript: The Good Parts is ranked 6th. The most important reason people chose exercism.org is:
Rather than merely test for code correctness, Exercism uses peer review to improve general programming techniques. Users are encouraged to comment on others' solutions, and refine their own based on feedback.
Specs
Ranked in these QuestionsQuestion Ranking
Pros
Pro Explains what makes JS confusing and how to go about it
JS can be a confusing language and often provides difficulty writing good code that uses objects and methods. Crockford explains why that is and how to think about the language to avoid confusion.
Pro Good for intermediate programmers
The book requires basic understating of how programming works and even some understanding of JavaScript itself.
Pro Human review and feedback
Rather than merely test for code correctness, Exercism uses peer review to improve general programming techniques. Users are encouraged to comment on others' solutions, and refine their own based on feedback.
Pro Practice with production tools
Unlike many code practice websites, Exercism requires the user to develop and test entirely offline, submitting only the finished code. This promotes familiarity with essential tools and workflow, not just the bare language.
Cons
Con Lack of consistency
Where some parts of the book cover very basic concepts, other parts expect at least an intermediate understanding on JavaScript. There is a lack of consistency, causing some confusion as to who the book is aimed at.
Con Custom commandline client
Exercism requires using a CLI utility to fetch and submit exercises. This is inconvenient compared to web-only alternatives, and poses an additional barrier to entry for some users.