0
Syntax of JavaScript & ECMAScript(ES)
Hi, As we know ECMAScript is a scripting-language created by Ecma to standardize JavaScript. Is it necessary to learn ES? If I don't learn the ES syntax, will I have trouble using JavaScript libraries and frameworks?
1 Antwort
+ 3
I guess yes.
Frameworks like React.js uses ES6 standards, so you need to learn them.