What is the difference between ECMA Script and JavaScript?
I hear a lot about the term ECMAScript, ES5 , ES6 , linked to the JavaScript language. Is there a similarity between these two terms ?
What is the difference between ECMA Script and JavaScript?
I hear a lot about the term ECMAScript, ES5 , ES6 , linked to the JavaScript language. Is there a similarity between these two terms ?
Each browser implements javascript in a different way and the role of ecmascript and standardize these implementations, so that you do not need as in the past to write a code for some browsers and another code for internet explorer for example.