Our Recommendation for You Search your Query, You can find easily. for example search by book name or course name or any other which is related to your education

label name

PHP

JS Versions

JavaScript VersionsJAVASCRIPT


JavaScript was invented by Brendan Eich in 1995, and became an ECMA standard in 1997.
ECMA-262 is the official name of the standard. ECMAScript is the official name of the language.

ECMAScript Editions

YearNameDescription
1997ECMAScript 1First Edition.
1998ECMAScript 2Editorial changes only.
1999ECMAScript 3Added Regular Expressions.
Added try/catch.

ECMAScript 4Was never released.
2009ECMAScript 5Added "strict mode".
Added JSON support.
2011ECMAScript 5.1Editorial changes.
2015ECMAScript 6Added classes and modules.
2016ECMAScript 7Added exponential operator (**).
Added Array.prototype.includes.
ECMAScript 6 is also called ECMAScript 2015.
ECMAScript 7 is also called ECMAScript 2016.

Browser Support

ECMAScript 3 is fully supported in all browsers.
ECMAScript 5 is fully supported in all modern browsers*.
ECMAScript 6 is partially supported in all modern browsers.
ECMAScript 7 is poorly supported in all browsers.
* Internet Explorer 9 does not support ECMAScript 5 "use strict".

ECMAScript Browser Implementations

EngineECMABrowser
V86Chrome (Partial Support)
SpiderMonkey6Firefox (Partial Support)
Chakra6Edge (Partial Support)
Nitro6Safari (Partial Support)
V86Opera (Partial Support)
V85Chrome 23
SpiderMonkey5Firefox 21
JavaScript 1.8.55Firefox 4
Nitro5Safari 6
V85Opera 15
Chakra5Edge 12
Chakra5IE 10

JavaScript / ECMAScript / JScript

JavaScript was developed for Netscape. The first browser to run JavaScript was Netscape 2 in 1996. After Netscape the Mozilla foundation continued to develop JavaScript for the Firefox browser. JavaScript version numbers run from 1.0 to 1.8.
ECMAScript was developed by Ecma International after the organization adopted JavaScript. The first edition of ECMAScript was released in 1997. ECMAScript version numbers run from 1 to 7.
JScript was developed by Microsoft as a compatible JavaScript language for Internet Explorer in 1996. JScript version numbers runs from 1.0 to 9.0.
This list compares the version numbers of the three different products:
YearJavaScriptECMAJScriptBrowser
19961.0
Netscape 2
1996
1.0Internet Explorer 3
19961.1
Netscape 3
1997 1.2
Netscape 4
1997 13.0Internet Explorer 4
19981.31Netscape 4.06
199925.0Internet Explorer 5
199925.1Internet Explorer 5.1
200035.5Internet Explorer 5.5
20001.53Netscape 6
20001.53Firefox 1
200135.6Internet Explorer 6
200635.7Internet Explorer 7
20051.63Firefox 1.5
20061.73Firefox 2
20081.83Firefox 3
200935.8Internet Explorer 8
20091.8.15Firefox 3.5 (Partial Support)
20091.8.25Firefox 3.6 (Partial Support)
20111.8.55Firefox 4
201159.0Internet Explorer 9 (Partial Support)
Internet Explorer 4 (JScript 3.0) and Netscape 4.06 (JavaScript 1.3) were the first browsers to support ECMAScript 1.
Internet Explorer 5 (JScript 5.0) was the first browser to support ECMAScript 2.
Internet Explorer 5.5 (JScript 5.5) and Netscape 6 (JavaScript 1.5) were the first browsers to support ECMAScript 3.
Internet Explorer 9 (JScript 9.0) and Firefox 3.5 (JavaScript 1.8.1) were the first browsers to support ECMAScript 5.