-
Most browsers are on 1.5 (
though they have features of later versions
)
-
Mozilla progresses with every dot release (they maintain the standard so that's not surprising)
-
Firefox 4 is on JavaScript 1.8.5
-
The other big off-the-beaten-path one is IE9 - it implements ECMAScript 5, but doesn't implement all the features of JavaScript 1.8.5 (not sure what they're calling this version of JScript, engine codenamed
Chakra
, yet).
---------------------------------------------------------------------------------------------------
-------------------------------------------------------------------
1. javascript or ECMAscript
netscape
JavaScript was invented by Brendan Eich in 1995, and became an ECMA standard in 1997.
ECMAScript is the official name of the language.
From 2015 ECMAScript is named by year (ECMAScript 2015).
JavaScript
was developed for Netscape. Netscape 2 was the first browser to run JavaScript.
After Netscape the Mozilla foundation continued to develop JavaScript for the Firefox browser.
The latest JavaScript version was 1.8.5. (Identical to ECMAScript 5).
ECMAScript
was developed by ECMA International after the organization adopted JavaScript.
The first edition of ECMAScript was released in
1997.
This list compares the version numbers of the different products:
________________________________________