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 use of a boolean object in javascript?
java pgm for compare two vesion and print the greatest version on the console. e.g: like 1.4.2 and 1.5.2 biggest is 1.5.2 1.2.5 and 1.2.8 biggest is 1.2.8
Can you give an example showing javascript hoisting?
What is Associative Array? How do we use it?
What is the === in javascript?
What is rest parameters in javascript?
What does two exclamation marks mean in javascript?
How to find radio button selection when a form is submitted?
Can you access Cookie using javascript?
Why is my javascript function not defined?
How to comment javascript code?
What is a javascript code?
What does the attribute defer/async do when added to the script tag?
How generic objects can be created?
What is npm javascript?