JavaScript was invented by Brendan Eich in 1995, and became an ECMA standard in 1997. ECMA-262 is the official name of the standard. ECMAScript is the official name of the language.
Is Javascript exactly the same as ECMAScript?
No, Javascript is not exactly equivalent to ECMAScript.
JavaScript = ECMAScript + DOM API;
DOM API like: document.getElementById('id');
more info: stackoverflow.com/questions/912479/what-is-the-di…
Do you follow any book for Javascript which will be well suited for intermediate reader?