Network Security Internet Technology Development Database Servers Mobile Phone Android Software Apple Software Computer Software News IT Information

In addition to Weibo, there is also WeChat

Please pay attention

WeChat public account

Shulou

Do es5 and es6 belong to JavaScript?

2025-04-06 Update From: SLTechnology News&Howtos shulou NAV: SLTechnology News&Howtos > Development >

Share

Shulou(Shulou.com)05/31 Report--

This article mainly explains "do es5 and es6 belong to the JavaScript language?" the content in the article is simple and clear, easy to learn and understand. Please follow the editor's train of thought to study and learn "do es5 and es6 belong to the JavaScript language?"

Es5 and es6 belong to the JavaScript language. JavaScript is a high-level scripting language belonging to the network, which is composed of ECMAScript, DOM and BOM, while es5 and es6 are two versions of ECMAScript, which are used to provide syntax, types, basic objects, and so on of the JS language.

The operating environment of this tutorial: windows7 system, ECMAScript version 6, Dell G3 computer.

Es5 and es6 belong to the JavaScript language.

JavaScript (abbreviated as "JS") is a lightweight object-oriented programming language, which can be used not only in the browser to control page interaction, but also in the server as the background of the website (with the help of Node.js), so JavaScript is a full-stack programming language.

JavaScript is a high-level scripting language belonging to the network, which has been widely used in Web application development. It is often used to add a variety of dynamic functions to web pages and provide users with a more smooth and beautiful browsing effect. Usually JavaScript scripts implement their own functions by embedding them in HTML.

JavaScript consists of three core parts: ECMAScript,DOM (document object model) and BOM (browser object model).

ECMAScript: the core part of the language that describes the syntax and basic objects of the language.

Document object Model (Document Object Model,DOM): a web document operation standard that describes the methods and interfaces for dealing with web content.

Browser object Model (BOM): the basis of client and browser window operations, describing the methods and interfaces for interacting with browsers.

ECMAScript

ECMA-262 does not refer to the web browser and specifies the components of the language, including syntax, type, language, keywords, reserved words, operators, and objects.

ECMAScript is the description of the language in which the standard defines all aspects of content.

Compatibility of ECMAScript:

Supports all "types, values, objects, properties, functions, and program syntax and semantics" described by ECMA-262.

The Unicode character standard is supported.

Add more "types, values, objects, attributes, functions" that are not described by ECMA-262. The new features in western Zhejiang described by ECMA-262 mainly refer to new objects and new properties of objects that are not specified in the standard.

Support the syntax of programs and regular expressions that are not defined in ECMA-262. That is, you can modify and extend the built-in regular expression syntax.

Introduction of ECMAScript (ES) version (release time of version)

Time version description: in July of the year ES1.0 was released in June 1997, the ECMA262 standard was issued in June 1998. ES2.0 released this version and modified it completely in line with the ISO/IEC 16262 international standard. In December 1999, ES3.0 was released as the prevailing standard of JavaScript, and it was widely supported that the ES4.0 draft was released in October 2007. the major manufacturers had different opinions. The scheme did not pass the release of ES3.1 in July 2008, and changed its name to ECMAScript 5 to abolish ECMAScript 4.0. therefore, version 4.0 does not exist. ES 5.0 was officially released in December 2009.

In June 2011, ES5.1 released this version and became the ISO international standard (ISO/IEC 16262 ISO/IEC 2011). The ES6 draft was released in December 2013.

ES6 was officially released in June 2015 and changed its name to "ECMAScript 2015" the TC39 Committee decided to release a version of ECMAScript every year ES7 released in June 2016, also known as "ECMAScript 2016"

ES8 released in June 2017, also known as "ECMAScript 2017"

ES9 released in June 2018, also known as "ECMAScript 2018"

ES10 released in June 2019, also known as "ECMAScript 2019"

Thank you for your reading, the above is the content of "do es5 and es6 belong to the JavaScript language?" after the study of this article, I believe you have a deeper understanding of whether es5 and es6 belong to the JavaScript language, and the specific use needs to be verified in practice. Here is, the editor will push for you more related knowledge points of the article, welcome to follow!

Welcome to subscribe "Shulou Technology Information " to get latest news, interesting things and hot topics in the IT industry, and controls the hottest and latest Internet news, technology news and IT industry trends.

Views: 0

*The comments in the above article only represent the author's personal views and do not represent the views and positions of this website. If you have more insights, please feel free to contribute and share.

Share To

Development

Wechat

© 2024 shulou.com SLNews company. All rights reserved.

12
Report