When comparing Professional JavaScript for Web Developers, 3rd Edition vs 30 seconds of code, the Slant community recommends 30 seconds of code for most people. In the question“What are the best resources to learn JavaScript?” 30 seconds of code is ranked 4th while Professional JavaScript for Web Developers, 3rd Edition is ranked 18th. The most important reason people chose 30 seconds of code is:
Main selling point of the project is that you can learn some useful techniques and tricks in 30 seconds or less.
Ranked in these QuestionsQuestion Ranking
Pros
Pro Best book to learn Javascript
Without any hesitation, this is the best book on Javascript with clear-cut and in-depth explanation and coverage. It will make you a top-notch JavaScript developer if you use it properly. Just be patient and you will end up with total understanding. Then you will find yourself as a js programmer. Covers everything that you might need to know about JavaScript.
Pro Explains what makes JS confusing and how to go about it
JS can be a confusing language especially for people coming in from other C-based languages. It often provides difficulty writing good code that uses objects and methods. The book explains why that is and how to think about the language to avoid confusion.
Pro Short and sweet
Main selling point of the project is that you can learn some useful techniques and tricks in 30 seconds or less.
Pro Lots of examples
Over 300 code snippets.
Pro ES6
Uses the latest stable features of ES6 to teach developers how to write modern code.
Pro Functional-style code
The project's code examples follow best practices for functional programming.
Cons
Con Material can be too dense for some
This is not a good starting place for those who can't absorb dense material. It evolves from basic to advanced concepts, but you have to want to stick with it and pay attention.
Con The book requires knowledge of general programming concepts
If your programming experience is currently limited to only HTML and CSS, this book will likely be too advanced to follow. It's great for someone with programming experience in another language who's looking to learn JavaScript. Beginners will have to be willing to simultaneously pick up general programming concepts (like data types, variables).
Con Not production-ready
A few of the code examples are not ready for production, but they can easily be made into production-ready methods with some tweaks. The library has a stable release as of August 2018.
