0
Is es6 is part of javascript?
4 Answers
+ 4
ES6 is a major update to JavaScript that includes dozens of new features.
https://es6.io/
http://es6-features.org/
https://www.tutorialspoint.com/es6
https://www.w3schools.com/js/js_es6.asp
+ 9
ā¢ Learn JavaScript and ECMAScript history and naming conventions is this JavaScript Quickie!
https://codeburst.io/javascript-wtf-is-es6-es8-es-2017-ecmascript-dca859e4821c
https://www.sololearn.com/learn/JavaScript/2968/
https://www.sololearn.com/post/67469/?ref=app
+ 2
yes, ES6 is the part of Javascript
0
Yes it is, the newest "update" that adds many new and useful features. Some that even shorten code by many lines.