2
Answers

What’s relationship between JavaScript and ECMAScript

Manish Singh

Manish Singh

13y
1.8k
1
Hi.......
Ques: Hello all of you now i am start working with JavaScript but i am not understand What's relationship between JavaScript and ECMAScript ?Please Explain and give a example.
Answers (2)
0
Sam Hobbs
NA 28.7k 1.3m 13y
JavaScript was originally by Netscape, as Vulpes said. Standard ECMA-262 ECMAScript Language Specification standardizes JavaScript. It is typical for there to be some non-standrd features of JavaScript unless it is called ECMAScript.
0
Vulpes
NA 98.3k 1.5m 13y
ECMAScript is a scripting language that has been standardized by Ecma International

JavaScript is an implementation of ECMAScript which includes some extra features which are not in the standardized version. It was originally developed by Netscape.