What’s relationship between JavaScript and ECMAScript?

What is the relationship between JavaScript and ECMAScript?

ECMA stands for European Computer Manufacture Association. ECMA script is the official name for java script for accessing XML elements.

What is the relationship between JavaScript and ECMAScript?

JavaScript is a scripting language most often used for client-side web development. It was the originating dialect of the ECMAScript standard. ECMAScript and LiveScript are other names for JavaScript. The current JavaScript that is supported in browsers is ECMAScript revision 3.
What does isNaN function do?
The isNaN function determines if the value is a number or not and depending upon the result, it returns true or false...
How to read and write a file using javascript?
There are two ways to do it: 1. Using JavaScript extensions (runs from JavaScript Editor), or 2. Using a web page and ActiveX objects (Internet Explorer only)...
How do you create a new object in JavaScript?
In order to generate dynamic content, JSP provides for creating, modifying and interacting with Java objects...
Post your comment
Discussion Board
what is the relationship between ecmascript javascript and jscript?
ECMAScript is the name of the language standard developed by ECMA, from the original Javascript implementation.

So, it's just one language, with different implementations.

The implementations of Javascript and JScript differ somewhat in what they support, but each version supports what's in the corresponding version of the ECMAScript standard. Generally you just use what's supported a few versions back, so that it works in all the browsers that are still in use.
Shailesh Prajapati 02-4-2015