I searched for new JavaScript features and found ECMAScript / ECMA 5.
Since I had never heard of this, I looked at it more and found that it comes in the form of different names, such as:
JavaScript, JScript (Microsofts Variation), ECMAScript, ECMA 5, E4X (JavaScript for Xml)and many others
From what I read, it seems that while a newer implementation of JavaScript is being developed, it is called the release of ECMA-262 {edition_number} or {name}.
I know that each of them is a dialect if ECMAScript is used, so it will work the same, if not in a slightly different way.
Are JavaScript and ECMAScript different, or is it just a name?
Tom
source share