From the course: Learning the JavaScript Language
Unlock the full course today
Join today to access over 24,700 courses taught by industry experts.
Additional helpful resources - JavaScript Tutorial
From the course: Learning the JavaScript Language
Additional helpful resources
- [Instructor] As you're proceeding through this course, you may find that some things don't seem clear right away. Depending on your learning style, having some additional support immediately available could be useful. In this video, I'll offer a few books and other resources that have been helpful to me and I hope will be helpful to you as well. First, a few books, many of which can be read online for free. "Eloquent JavaScript" by Marijn Haverbeke is available online for free. It's in its third edition as of this recording and a modern classic. It's not short, but it is excellent. Dr. Axel Rauschmayer has a series of JavaScript books available on his website for free reading in the browser. He goes into tremendous depth, so I think of these as reference material more than books I would necessarily read straight through, but I always look to Dr. Rauschmayer's books when I need to understand some small detail. He…