InterviewSolution
Saved Bookmarks
| 1. |
Explain the difference between JavaScript and ECMAScript. |
|
Answer» ECMAScript is the language STANDARD for JavaScript, the COMMERCIAL name/trademark of the language. Under ECMA, JavaScript is evolved and nurtured by the TC-39 COMMITTEE. JavaScript is a SCRIPTING language that conforms to, or in other words, implements the ECMAScript specification. |
|