Reputation: 315
Where can I find a 1-2 page reference sheet of all of ECMAScript 5's data-types and functions?
e.g. Syntax and short explanation for: Array.prototype.forEach, Date.now, and so on.
Upvotes: 8
Views: 2220
Reputation: 152647
This is official PDF http://www.ecma-international.org/publications/files/ECMA-ST/Ecma-262.pdf
check this too http://kasia.drzyzga.pl/2011/06/ecmascript-5-object-methods-cheatsheet/
and this video is good to
ECMAScript 5: The New Parts http://channel9.msdn.com/events/MIX/MIX11/EXT13
Upvotes: 2
Reputation: 32831
This site handles not only javascript but also HTML, CSS, jQuery and more.
Upvotes: 5
Reputation: 23648
You can also look at the MDN (great resource for JavaScript docs)
https://developer.mozilla.org/en/JavaScript/New_in_JavaScript/1.8.5
https://developer.mozilla.org/En/JavaScript/ECMAScript_5_support_in_Mozilla
Upvotes: 5