What’s relationship between javascript and ecmascript?



What’s relationship between javascript and ecmascript?..

Answer / Manindra Nath Singh

JavaScript is a programming language, while ECMAScript is the standard specification for JavaScript. The ECMA-262 edition represents the latest version of the ECMAScript specification, which outlines the features and syntax for JavaScript.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More JavaScript Interview Questions

What is a framework programming?

1 Answers  


Which is better for or foreach in javascript?

1 Answers  


Can you assign an anonymous function to a variable?

1 Answers  


What applications use javascript?

1 Answers  


How dhtml is used in javascript?

1 Answers  


Is javascript faster than asp script?

1 Answers  


What is null variable?

1 Answers  


Are java and javascript same?

1 Answers  


Explain how to read and write a file using javascript?

1 Answers  


write a program to generte a harmonic series 1+1/2+1/3+1/4+1/5 upto 15 terms.

1 Answers  


What is javascript? List some data types supported by javascript?

1 Answers  


What's the Difference Between Class and Prototypal Inheritance?

1 Answers  


Categories