首页 > 代码库 > ECMAScript Web APIs node.js
ECMAScript Web APIs node.js
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:
- Language syntax – parsing rules, keywords, statements, declarations, operators, etc.
- Types – boolean, number, string, object, etc.
- Prototypes and inheritance
- The standard library of built-in objects and functions –
JSON
,Math
,Array
methods, Object introspection methods, etc.
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
声明:以上内容来自用户投稿及互联网公开渠道收集整理发布,本网站不拥有所有权,未作人工编辑处理,也不承担相关法律责任,若内容有误或涉及侵权可进行投诉: 投诉/举报 工作人员会在5个工作日内联系你,一经查实,本站将立刻删除涉嫌侵权内容。