looking for book recommendations. please comment with books and what level (beginner, advanced, etc) thnx babes
-
-
Save jennschiffer/77c095a48dd7bb3f4aa2 to your computer and use it in GitHub Desktop.
knuton
commented
Oct 5, 2014
- Eloquent JavaScript by Marijn Haverbeke – beginner, introduction to programming using JS
- Functional JavaScript by Michael Fogus – intermediate
- Third Party JavaScript mid to advanced
- Effective JavaScript mid to advanced
- Human JavaScript mid to advanced
Speaking JavaScript by @rauschma
[...] the book’s target audience is programmers who want to learn JavaScript quickly and properly, and JavaScript programmers who want to deepen their skills and/or look up specific topics.
+1 Human JavaScript
+1 Eloquent JavaScript
- JavaScript Application Design mid to advanced, really in-depth with the build and deployment process
- Learning JavaScript Design Patterns - mid to advanced
Another vote for Effective JavaScript. That book absolutely shines.
It's big and heavy but you can't beat the completeness of JavaScript: The Definitive Guide
for a good time call scott meyers
Professional JavaScript for Web Developers - beginner/intermediate
Effective JavaScript - intermediate/advanced
JavaScript Patterns - intermediate/advanced
You Don't Know JavaScript - all levels
Test-Driven JavaScript Development - intermediate/advanced
JavaScript Enlightenment by Cody Lindley covers fundamental concepts in depth, helping to fill in the gaps for folks like me who've learned while building, reading StackOverflow, etc