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

What is ECMAScript in JavaScript

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

Share

Shulou(Shulou.com)06/02 Report--

This article mainly introduces what ECMAScript is in JavaScript, it has certain reference value, interested friends can refer to it, I hope you can learn a lot after reading this article, let's take you to know it.

What is ECMAScript?

This happened a long time ago:

JavaScript originally named the name because it wanted to capitalize on the success of Java to gain a foothold in the industry.

Netscape submitted JavaScript to ECMA International as a standard. (ECMA is an organization that specializes in standards building.)

The result is the standard for this new language, called ECMAScript.

To put it simply, ECMAScript is a standard, and JavaScript is the most frequently used language to implement this standard. JavaScript itself is a language based on the ECMAScript standard.

So what is ES?

ES is the abbreviation of ECMAScript. Every time I see ES followed by a number, it is a different version of ECMAScript. In fact, there are eight versions. Let's take a closer look at this:

ES1 、 ES2 、 ES3 、 ES4

ES1:1997 June  -  ES2:1998 June  -  ES3:1999 December  -  ES4: failed

I put it all together. This is the first four versions of ECMAScript, here is a brief review. Just let you know that the first three versions come out one per year, while the fourth version failed for political reasons.

ES5

December 2009: nearly 10 years later, ES5 was released in 2009. The next version of ECMAScript took six years to release.

ES6 / ES2015

June 2015: maybe this is where the confusion begins. As you can see, ES6 and ES2015 are actually the same thing.

The name that was promoted at first was ES6. However, the organizing committee requires that ECMAScript must be updated once a year. As a result, this version is renamed ES 2015 and needs to be updated every year with the suffix of the current year.

ES2016 (ES7)

June 2016: 7th version of ECMAScript.

ES2017 (ES8)

June 2017: 8th version of ECMAScript.

ES.Next

You may see the appearance of ES.Next. This is an unstable version, a fruit before the next version.

Why are you doing this?

Because each release brings updates and new features to the language.

Key points

ECMAscript is updated every year.

ECMAScript is named in numerical order, starting with 1: ES1, ES2, ES3, ES4, ES5

The new version (from 2015) ES is named by year: ES2015, ES2016, ES2017

ECMAScript is a standard. JavaScript is a popular implementation language of the ES standard. Other implementing standard languages are SpiderMonkey, V8, and ActionScript.

Thank you for reading this article carefully. I hope the article "what is ECMAScript in JavaScript" shared by the editor will be helpful to you. At the same time, I also hope you will support us and pay attention to the industry information channel. More related knowledge is waiting for you to learn!

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