Expert JavaScript Developer Question:
What's relationship between JavaScript and ECMAScript?
Answer:
ECMAScript is yet another name for JavaScript (other names include LiveScript). The current JavaScript that you see supported in browsers is ECMAScript revision 3.
Previous Question | Next Question |
How to submit a form using JavaScript? | How to detect the operating system on the client machine? |