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


Please Help Members By Posting Answers For Below Questions

Where should I put script tags?

490


What do ellipses mean in javascript?

445


What is the use of history object?

548


What are the different types of errors available in javascript?

497


What is callback in javascript?

488






What's the difference methods get and post in html forms?

475


What is javascript and how it works?

449


what is the difference between window & document in javascript?

470


Define a named function in javascript.

507


How to get the contents of an input box using javascript?

519


Explain the working of timers in javascript?

483


Why is javascript so important?

465


What's the date object using javascript?

548


What is array in javascript?

481


Should I learn java first or javascript?

486