Home > Web Front-end > Front-end Q&A > What version of javascript is there?

What version of javascript is there?

青灯夜游
Release: 2021-10-28 16:17:51
Original
5107 people have browsed it

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.

What version of javascript is there?

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:

#1.1August 19963.01.2# 1.3#1.4##Netscape##November 20006 (JScript 5.6),8 (JScript 6)##1.6##1.5 Array extras Array and String generics E4X##1.7October 20061.6 Pythonic generators Iterators let1.8 1.8.1##1.8 Native JSON support Minor Updates#1.8.2June 22, 2009##11.60[Recommended learning:
JavaScript Version
Version
Release date
Based on
Netscape Navigator
Mozilla Firefox
Internet Explorer
Opera
##Safari
Google Chrome
1.0
March 1996

2.0







##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
ECMA-262 3 edition
6.0
##1.0
5.5 (JScript 5.5 ),
7 (JScript 5.7),
##6.0 ,
7.0,
8.0,
9.0

November 2005

1.5


##3.0 , 3.1


##2.0


3.2, 4.0
1.0
June 2008
1.7 Generator expressions Expression closures

3.0
##11.50



##3.5





1.8.1 Minor updates
3.6




#1.8.5
July 27, 2010
1.8.1 ECMAScript 5 Compliance

4
9


javascript advanced tutorial

]

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!

Related labels:
source:php.cn
Statement of this Website
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template