When comparing JavaScript: The Good Parts vs Code Combat, the Slant community recommends JavaScript: The Good Parts for most people. In the question“What are the best resources to learn JavaScript?” JavaScript: The Good Parts is ranked 6th while Code Combat is ranked 27th. The most important reason people chose JavaScript: The Good Parts is:
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.
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 A fun introduction to JS syntax and logic
Code Combat teaches you JavaScript through a game. It's a fun and engaging way to learn the basics.
Pro It has the ability for teachers to manage a class
Student progress can be seen allowing teachers to let students work at their own pace and see who might need help or who is doing excellent.
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 Only basic concepts are taught
To learn JavaScript past the basics, additional resources will be required.