Because in November 1996, Netscape submitted JavaScript to the European Computer Manufacturers Association for standardization, and ECMAScript is the name of the scripting language standardized by ECMA-262.
The operating environment of this article: Windows 7 system, ECMAScript version 6, DELL G3 computer
Why is it called ecmascript?
Here we need to briefly understand the history of ecmascript:
ECMAScript is a standardized specification for a scripting language developed by Brandon Ek of Netscape; originally named It was named Mocha, later renamed LiveScript, and finally renamed JavaScript[1].
In December 1995, Sun and Netscape jointly released JavaScript.
In November 1996, Netscape submitted JavaScript to the European Computer Manufacturers Association for standardization.
The first version of ECMA-262 was adopted by the Ecma organization in June 1997. ECMAScript is the name of the scripting language standardized by ECMA-262.
Although JavaScript and JScript are compatible with ECMAScript, they contain functionality beyond ECMAScript.
Introduction to the concept of ecmascript:
ECMAScript is a scripting language specification defined by Ecma International (formerly the European Computer Manufacturers Association) in standard ECMA-262. This language is widely used on the World Wide Web. It is often called JavaScript or JScript, but in fact the latter two are implementations and extensions of the ECMA-262 standard.
Recommended study: "javascript basic tutorial"
The above is the detailed content of Why is it called ecmascript?. For more information, please follow other related articles on the PHP Chinese website!