ECMAScript Web APIs node.js

Posted rsapaper

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了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:

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的主要内容,如果未能解决你的问题,请参考以下文章

Web APIs

js -Web APIs简介

javascript 技术概述——ECMAScript DOM APIs

《移动Web前端高效开发实战》笔记2——使用Gulp构建一个ECMAScript 6和Sass应用

ECMAScript和JavaScript及TypeScript

javascript 学习