What is the relationship between Java script, J script and
ECMA script?
Answer Posted / mallareddy.pindi
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 ? | 6 Yes | 0 No |
Post New Answer View All Answers
Describe what u had done today?
What is the result of below given line of code in java script? 5+4+'7'?
What does polyfill mean?
What does 3 dots mean in javascript?
What is purpose of onerror event handler in javascript?
In a pop-up browser window, how do you refer to the main browser window that opened it?
How to capture the Image width and height using QTP script ? Kindly answer plz.... Thanx in adavance...
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
What are the benefits of learning javascript?
What is the difference between java & javascript?
How to Object.entries( ) In JavaScript ?
How to have an element invoke a javascript on selection, instead of going to a new url?
How to read a cookie using javascript?
How to get the last index of a string in javascript?
What is the difference between the substr() and substring() functions in javascript?