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 |
What is a framework programming?
Which is better for or foreach in javascript?
Can you assign an anonymous function to a variable?
What applications use javascript?
How dhtml is used in javascript?
Is javascript faster than asp script?
What is null variable?
Are java and javascript same?
Explain how to read and write a file using javascript?
write a program to generte a harmonic series 1+1/2+1/3+1/4+1/5 upto 15 terms.
What is javascript? List some data types supported by javascript?
What's the Difference Between Class and Prototypal Inheritance?