What is the relationship between Java script, J script and
ECMA script?
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 |
Is javascript a dynamic language?
What is undefined value means in javascript?
How can you convert the string of any base to integer in JavaScript?
What is null javascript?
What is the syntax of ‘self invoking function’? Give an example?
I need project details about WEB CONTENT FILTERING USING NEURAL NETWORKS and how to explain it....plz help me in this topic.....
What is the use of debugger keyword in javascript?
What is console.log()?
What causes memory leaks?
How do you organize your JavaScript code?
What are JavaScript types?
How do I retrieve a cookie with a given name using a regular expression?