A collection of sites I usually use as reference when I do javascript development.
I might not always agree on everything here, particulary in the code style section but everything is well worth a read.
The links
Guides (for learning javascript)
Language reference
- Mozilla developer network JavaScript reference
- Annotaded ES5
- ECMAScript 5 compatibility table
- ECMAScript 6 compatibility table
- JavaScript Garden
- Coffeescript (since I usually code my JavaScript in CoffeeScript)