JS Resources - thelastmile/FreeCodeCamp GitHub Wiki
JavaScript Tutorials and other Resources
- 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: :loop: Quick JS | :watch: Challenges | :wrench: Exercises | :clipboard: Editors | :newspaper: Blogs | :books: Books
Quick JavaScript
- REPL (node)
- JSBin
- CodePen
- CoderPad (pair programming) (Get Demo access forever :smile: )
- 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 code
-
Eloquent 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 programming
-
Professor Frisby's Mostly Adequate Guide to Functional Programming Quite in-depth guide to Functional Programming in Javascript