When comparing Eloquent JavaScript - A Modern Introduction to Programming vs The Odin Project, the Slant community recommends The Odin Project for most people. In the question“What are the best resources to learn JavaScript?” The Odin Project is ranked 5th while Eloquent JavaScript - A Modern Introduction to Programming is ranked 9th. The most important reason people chose The Odin Project is:
The Odin Project is a project-based curriculum which means you are able to build projects for your portfolio as you work through the sections.
Specs
Ranked in these QuestionsQuestion Ranking
Pros
Pro Teaches programming fundamentals
This is a book on programming and the fact that programming happens to be in JavaScript is secondary.
Pro Free version available
An online version is available for free here.
Pro Easy to follow, conversational presentation style
The book is written in a friendly, conversational way and progresses in an easy to follow way.
Pro Online version has interactive exercises
Try them out directly in your browser.
Pro Build a portfolio as your learn
The Odin Project is a project-based curriculum which means you are able to build projects for your portfolio as you work through the sections.
Pro Free and open source
The Odin Project is a completely free and open source alternative to coding bootcamps.
Cons
Con Overkill for experienced programmers looking to learn JavaScript
This book is less useful to people that already are well versed in programming and just want to pick up another language to add to their portfolio as it covers a lot of fundamentals of programming that can be skipped by experienced programmers.
Con Requires fast learning in order to understand complex topics
From chapters one through five, the reader will find this book easy to follow and the topics and concepts steadily increase in complexity. However, once you enter the later chapters, you will require a more rounded understanding of the language and should certainly complement the book with other learning material.
Con Not a great place to start for those without programming experience
This book is a beneficial supplement to other learning material, or for those who have experience with another programming language. However those new to programming will likely find themselves struggling with the fast pace of Eloquent JavaScript and the difficult-to-follow examples.
Con Light on CS
The Odin Project touches on computer science concepts, such as data structures. However the explanations are quite light and something you'll want to learn more about from other resources.