Ask YC: decent JavaScript resource and reference sites?

25 points by ulfstein ↗ HN
I'm looking for some comprehensive JavaScript resource and reference sites - I'm hoping someone here can point me in the right direction.

17 comments

[ 3.0 ms ] story [ 151 ms ] thread
See this is what I like about this community, I was going to ask the very same thing. Thanks, much appreciated.
(comment deleted)
My reference for this kind of stuff is http://w3schools.com , a bit light on examples, but a good reference if you just need to know the syntax.
Mozilla also has pages covering the features in Javascript 1.6, 1.7 and 1.8
read John Resig's blog ejohn.org, he's also the creator of JQuery.