Skip to content Lessons

Credits

References for the course content:

  • The MDN Web Docs. My primary reference for this course. It’s a great place to learn JavaScript and other things web-related.
  • Eloquent JavaScript. An introductory yet thorough book on programming in modern JavaScript.
  • The ECMAScript Language Specification (ECMA 262). The document that formally defines what the JavaScript language is.
  • The prerelease draft of the Just JavaScript course. The course focuses on building a good mental model of JavaScript. It inspired the fifth episode of this thinkdev course, Bindings again.* Think Python by Allen Downey. The book is also known by the title How to Think Like a Computer Scientist. Yes, it inspired this course’s title 🙂.