在哪里可以找到 ECMAScript 5 函数的参考表?
在哪里可以找到包含所有 ECMAScript 5 数据类型和函数的 1-2 页参考表?
例如:Array.prototype.forEach、Date.now 等的语法和简短说明。
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.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(3)
此站点不仅处理 javascript,还处理 HTML、CSS、jQuery 等。
This site handles not only javascript but also HTML, CSS, jQuery and more.
您还可以查看 MDN(JavaScript 文档的重要资源)
https://developer .mozilla.org/en/JavaScript/New_in_JavaScript/1.8.5
https://developer.mozilla.org/En/JavaScript/ECMAScript_5_support_in_Mozilla
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
这是官方 PDF http://www.ecma-international .org/publications/files/ECMA-ST/Ecma-262.pdf
也检查一下http://kasia.drzyzga.pl/2011/06/ecmascript- 5-object-methods-cheatsheet/
很有帮助
这个视频对ECMAScript 5: The New Parts
http://channel9.msdn.com/events/MIX/MIX11/EXT13
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