views:

92

answers:

5

Please tell me about difference in ........

  1. javascript
  2. javascript1.1
  3. javascript1.2
  4. javascript1.3
  5. javascript1.4
  6. javascript1.5
  7. javascript1.6
  8. javascript1.7
+6  A: 

Look at the Mozilla MDC for this: JavaScript Version Overviews. JavaScript 1.x is most a Mozilla progression path, so look there for info.

Different browsers follow different paths, not necessarily the Mozilla one.

Nick Craver
A: 

It gets complicated fairly quickly, because there have been few official specification releases. The Wikipedia page has a useful list.

T.J. Crowder
It's not very detailed though and is lacking links to any deeper info.
Pekka
+2  A: 

This should answer your question - Mozilla - New in JavaScript

Morten Anderson
A: 

Go look it up. Wikipedia looks like a good place to start. http://en.wikipedia.org/wiki/JavaScript#Versions

spender
A: 

Wikipedia have pretty good article about the difference.

http://en.wikipedia.org/wiki/Javascript

vito huang
Where in that article is there a comparison of versions, except for the more or less useless version table?
Pekka
Here is the article list what functions is available in what version/javascript engine:http://en.wikipedia.org/wiki/Comparison_of_layout_engines_(ECMAScript)
vito huang