What is the relationship between JavaScript and ECMAScript?
Answer Posted / raju
ECMA script is the official name for javascript to access
XML elements.
ECMA(European computer Manufacture association)
| Is This Answer Correct ? | 9 Yes | 17 No |
Post New Answer View All Answers
What are .js files?
Is javascript whitespace sensitive?
Explain javascript closures by example.
What's the purpose of javascript?
How to set the focus in an element using javascript?
What is the purpose of 'this' operator in JavaScript?
Is javascript harmful?
What is javascript ‘strict mode’?
Is not a function error in javascript?
Consider the following code: 1 2 3 4 5 (function() { var a = b = 5; })(); console.log(b); what will be printed on the console?
What's the date object using javascript?
What is the prototype object in javascript and how it is used?
How do you sort in javascript?
What are limitations in javascript?
Why do we need currying?