quote:
Originally posted by RaceProUK
quote:
Originally posted by J-Thread
It differs from JScript
Only insofar as JScript is an extended version of JavaScript.
All JavaScript is valid JScript, but not always the other way around.
And before anyone starts on with 'document.all' and stuff, that's not a JavaScript/JScript difference: that's a W3C/Microsoft DOM difference.
err no jscript isnt an extended version of javascript.. its a child of ecmascript and so is javascript, nearly all of javascript 1.5 is compatible with jscript though.
newer versions of javascript have things which arent compatible like
javascript 1.6 introduces e4x (basicly native xml handleing in javascript) and some more array methods
javascript 1.7 introduces interators , generators , let expressions and destructuring stuff.