最新消息:雨落星辰是一个专注网站SEO优化、网站SEO诊断、搜索引擎研究、网络营销推广、网站策划运营及站长类的自媒体原创博客

javascript - Where can I find a reference sheet with ECMAScript 5 functions? - Stack Overflow

programmeradmin1浏览0评论

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
Add a ment  | 

3 Answers 3

Reset to default 5

This 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

发布评论

评论列表(0)

  1. 暂无评论