JavaScript
Last updated
Last updated
“Any application that can be written in JavaScript, will eventually be written in JavaScript.” — Jeff Atwood
- learn to code for free
- learn JavaScript by adventuring around in the terminal.
- 30 Day Vanilla JS Coding Challenge
- Learn ES6 by doing it. Fix failing tests.
series by Kyle Simpson.
by Marijn Haverbeke.
by Baptiste Pesquet.
and by Axel Rauschmayer.
by Reg Braithwaite.
- links to more free JS books.
- a collection of the most quirky parts of JavaScript.
Style Guides: , ,
- a quick intro to JS advanced features.
by John Resig
- JS examples of many popular algorithms and data structures.
- all the 23 (GoF) design patterns implemented in Javascript.
- a tool for visualizing Execution Context, Hoisting, Closures, and Scopes in JS.
- a collection of awesome browser-side JavaScript libraries, resources and shiny things.
- a list of hand-picked books and articles for JavaScript developers
learn javascript in one picture.
- short and useful JavaScript tips that will allow you to improve your code writing.
- JavaScript concepts explained with code.
- a list of articles that help explain the syntax of JavaScript, how to organize your projects, how to test your code, and what's on the horizon.
- a collection of useful YouTube channels and other videos sources for javascript developers and web designers.