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.
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.
Share Improve this question asked Dec 28, 2011 at 17:52 Lior GrossmanLior Grossman 3153 silver badges9 bronze badges 2- Just a clarification: a reference sheet with all functions, not just new ECMAScript 5 functions. – Lior Grossman Commented Dec 30, 2011 at 13:20
- Voting to close as resource rec. My live assertion-based cheatsheet: cirosantilli./web/js.html – Ciro Santilli OurBigBook. Commented Sep 20, 2015 at 19:31
3 Answers
Reset to default 5This site handles not only javascript but also HTML, CSS, jQuery and more.
You can also look at the MDN (great resource for JavaScript docs)
https://developer.mozilla/en/JavaScript/New_in_JavaScript/1.8.5
https://developer.mozilla/En/JavaScript/ECMAScript_5_support_in_Mozilla
This is official PDF http://www.ecma-international/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./events/MIX/MIX11/EXT13