0 votes
in JavaScript by
What's Relationship Between Javascript And Ecmascript?

1 Answer

0 votes
by

ECMAScript is yet another name for JavaScript (other names include LiveScript). The current JavaScript that you see supported in browsers is ECMAScript revision 3.

...