首页 > Windows开发 > 详细

ECMAScript Web APIs node.js

时间:2017-01-06 14:07:20      阅读:273      评论:0      收藏:0      [点我收藏+]

https://hacks.mozilla.org/2015/04/es6-in-depth-an-introduction/

What falls under the scope of ECMAScript?

The JavaScript programming language is standardized by ECMA (a standards body like W3C) under the name ECMAScript. Among other things, ECMAScript defines:

What it doesn’t define is anything to do with HTML or CSS, or the Web APIs, such as the DOM (Document Object Model). Those are defined in separate standards. ECMAScript covers the aspects of JS that are present not only in the browser, but also in non-browser environments such as node.js.

ECMAScript Web APIs node.js

原文:http://www.cnblogs.com/yuanjiangw/p/6255809.html

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!