Tutorials
- JavaScript for Cats
- Professor Frisby's Mostly Adequate Guide to Functional Programming
- Eloquent Javascript (annotated)
- Speaking Javascript
- Exploring ES6
- Udemy - Javascript Understanding the Weird Parts (first 3.5 hrs)
References
Find javascript libraries at http://jster.net
See Also: Quick JS | Challenges | Exercises | Editors | Blogs | Books
Quick JS
- REPL (node)
- JSBin
- CodePen
- CoderPad (pair programming) (Get Demo access forever )
- C9 (IDE, pair programming)
- Object Playground (visualize objects)
- Plunker
Challenges
Exercises
Editors
Blogs
Books
- Secrets of the JavaScript Ninja
- Programming JavaScript Applications
- Maintainable JavaScript
- Learning JavaScript Design Patterns
- Airbnb JavaScript Style Guide
- JSDoc
- Javascript Allonge Six
CoderPad Demo Access Forever
Eloquent Javascript
Fantastic, thorough introduction to the basics and features of Javascript, complete with in-browser interactive codeEloquent Javascript - The Annotated Version
An annotated version of the above Eloquent Javascript with additional helpful comments and discussions to help clarify some sections that might be confusing to newcomers to programmingProfessor Frisby's Mostly Adequate Guide to Functional Programming
Quite in-depth guide to Functional Programming in Javascript
Edit this page to add your own suggested reading here