InterviewSolution
Saved Bookmarks
| 1. |
What is the difference between JavaScript and ECMAScript? |
|
Answer» JavaScript JavaScript is a PROGRAMMING language designed for web pages. It is developed by NETSCAPE and Sun and it is initiated by Netscape and called LiveScript. It is used to enhance web pages with dynamic and interactive features. ECMAScriptECMA is an abbreviated FORM of European Computer Manufacturer's association. In general, ECMAScript is a standard used in SCRIPTING LANGUAGES such as Jscript, JavaScript. |
|