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
what are the difference unescape() and escape() functions?
What is servlet in javascript?
what is function of stdio.h
What is var and let in javascript?
How to redirect a url using JavaScript?
What is unobtrusive javascript? How to add behavior to an element using javascript?
Explain export & import in javascript?
What is a currying function?
What is a boolean in javascript?
How to add multiple functions in javascript?
Why do we use javascript?
What is decodeuri() in javascript?
List some of the disadvantages of javascript.
What are the seven data types of javascript?
How javascript variables work?