Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...

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

What are the different boolean operators in JavaScript?

901


What is screen object in JavaScript?

1019


How to get value from dropdown (select) control?

1020


How to define a anonymous function?

913


How do you round a value in javascript?

889


What are the main functions performed by javascript statements?

993


Can you assign an anonymous function to a variable and pass it as an argument to another function?

834


Please write the Code of simple javascript calculator withot eval() function

1944


Are all javascript variables global?

913


Write JavaScript code to use file system in binary format?

2496


What is the difference between client side javascript and server side javascript.

1016


Which operator is used to assign a value to a variable?

842


How to empty an array in JavaScript?

1002


What is meant by object oriented programming?

844


What is difference between local and global scope in javascript ?

980