Javascript versions are: "1.0" version, "1.1" version, "1.2" version, "1.3" version, "1.4" version, "1.5" version, "1.6" version, "1.7" version , "1.8" version, "1.8.1" version, "1.8.2" version, "1.8.5" version, etc.
The operating environment of this tutorial: windows7 system, javascript version 1.8.5, Dell G3 computer.
JavaScript ("JS" for short) is a lightweight, interpreted or just-in-time compiled programming language with function priority. Although it is famous as a scripting language for developing Web pages, it is also used in many non-browser environments. JavaScript is based on prototype programming, a multi-paradigm dynamic scripting language, and supports object-oriented, imperative, declarative, and functional programming paradigm.
JavaScript is a network scripting language that has been widely used in Web application development. It is often used to add various dynamic functions to web pages to provide users with smoother and more beautiful browsing effects. Usually JavaScript scripts realize their functions by embedding them in HTML.
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 is 1.8.5. (Same as ECMAScript 5).
ECMAScript was developed by ECMA International after the organization adopted JavaScript.
The first version of ECMAScript was released in 1997.
This list compares version numbers for different products:
Version |
Release date |
Based on |
Netscape Navigator |
Mozilla Firefox |
Internet Explorer |
Opera |
##Safari | Google Chrome |
---|---|---|---|---|---|---|---|---|
1.0 | March 1996 | 2.0 | ||||||
August 1996 |
##3.0 |
|||||||
June 1997 |
##4.0-4.05 | |||||||
##October 1998 | ECMA-262 1 edition / ECMA-262 2 edition | 4.06-4.7x |
4.0 |
|||||
Server |
#1.5 |
|||||||
|
6.0 | ##1.0 |
5.5 (JScript 5.5 ), | 6 (JScript 5.6),7 (JScript 5.7), | 8 (JScript 6)##6.0 ,7.0,8.0,9.0 | ##1.6 | November 2005 |
|
1.5 |
##3.0 , 3.1 | |||||||
October 2006 | 1.6 Pythonic generators Iterators let |
##2.0 |
3.2, 4.0 |
1.0 | ||||
June 2008 | 1.7 Generator expressions Expression closures |
3.0 |
##11.50 |
|||||
##1.8 Native JSON support Minor Updates | ##3.5 | |||||||
1.8.1 Minor updates | 3.6 |
|||||||
#1.8.5 | July 27, 2010 | 1.8.1 ECMAScript 5 Compliance | 4 | 9 | ##11.60
The above is the detailed content of What version of javascript is there?. For more information, please follow other related articles on the PHP Chinese website!