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
How can JavaScript be used?
What is the requirement of debugging in javascript?
A milk carton can hold 3.78 litres of milk. Each morning, a dairy farm ships cartons of milk to a local grocery store. The cost of producing one litre of milk is $0.38, and the profit of each carton of milk is $0.27. Write a java program that prompts the user to enter the total amount of milk produced in the morning. Then display the number of milk cartons needed to hold milk, the cost of producing milk, and the profit for producing milk.
What is a callback url?
How do I open javascript in chrome?
What is the difference between registerclientscriptblock and registerstartupscript?
What is the concept of “functions as objects” and how does this affect variable scope?
What is an example of javascript?
How to shift and unshift using javascript?
What is a function constructor?
Which javascript is best?
How to select an element by id and swapping an image?
Where do I put javascript in html?
How are object properties assigned?
What is the difference between ‘function declaration’ and ‘function expression’?