ECMAScript Web APIs node. js

Source: Internet
Author: User

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 the website) 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 are anything to does with HTML or CSS, or the Web APIs, such as the DOM (Document Object Model). Those is defined in separate standards.  ECMAScript covers the aspects of JS that is present not only in the browser, but also in non-browser environments such as node. js.

ECMAScript Web APIs node. js

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.