What is the relationship between JavaScript and ECMAScript?
Answer Posted / anil
JavaScript language is officially standardized as ECMAScript
(ECMA-262) by European Computer Manufacturers Association
(ECMA) International. it is internationally oriented body
embraced by Microsoft and holding the standards for C#, CLI
and Open XML.
Microsoft's own version of JavaScript is JScript and it is
mostly compatible with ECMAScript v.3. The intersection
between these three variations of the same language is at:
# JavaScript 1.5 (without DOM)
# JScript as supported by IE6 (still the most widely used
browser)
# ECMAScript ver. 3
The largest difference between JavaScript and JScript is
actually interpreter/runtime related and not language
specific. IE6 was known for some notorious performance
issues related to its non-generational garbage collector
when operating on large object trees.
| Is This Answer Correct ? | 16 Yes | 3 No |
Post New Answer View All Answers
what is the difference between window & document in javascript?
Is javascript open source?
What is the use of a boolean object in javascript?
Where are cookies actually stored on the hard disk?
What are the seven data types of javascript?
Is javascript hard to learn?
What does it mean in javascript?
Are there any iphone Institutes which also train iphone automation testing in Hyderabad?
How many data types are there in javascript?
What is the use of history object?
a code in vb script, which creates a table of 5*2 in html this is a static table, one more same dynamic table, as we give input the table should get created.
What is scope javascript?
Explain why "self" is needed instead of "this".
Who introduced javascript?
How do you include a comment in javascript?