Why hasn't the ecmascript section in javascript been kept up to date? Should be "es12" now, not "es6." | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 5

Why hasn't the ecmascript section in javascript been kept up to date? Should be "es12" now, not "es6."

I understand the concept of teaching about ecmascript in the way it's presented, however the yearly updates are pretty straightforward.

15th Apr 2021, 3:50 AM
Phil Andy Graves
Phil Andy Graves - avatar
7 Answers
+ 5
Probably because es6 was the last major update to include multiple changes to the language, syntax, and lots of new features etc. A new ecmascript version comes out every year. All those since es6 have been fairly minor in comparison, to build on es6.
15th Apr 2021, 4:17 AM
ChaoticDawg
ChaoticDawg - avatar
+ 3
ES6 is a major enhancement in the JavaScript language that allows us to write programs for complex applications.
15th Apr 2021, 5:06 AM
Calviղ
Calviղ - avatar
+ 2
As you can read in https://tc39.es/ecma262/ 🔎" ... The sixth edition provides the foundation for regular, incremental language and library enhancements. The sixth edition was adopted by the General Assembly of June 2015. ECMAScript 2016 was the first ECMAScript edition released under Ecma TC39's new yearly release cadence and open development process. A plain-text source document was built from the ECMAScript 2015 source document to serve as the base for further development entirely on GitHub. ... " ℹ ... since ES6 yearly cycle release was adopted so the next is ES2016, ES2017... and so on. The ES2017 introduced a great sugar syntax to avoid Promise hell: async/await operators 😉 Nowadays we are in ES2021 🤗
16th Apr 2021, 4:48 PM
David Ordás
David Ordás - avatar
+ 2
Calviղ I'm guessing she blocked me for the 1 time I was genuinely trying to help her/him out, don't know what I did or said, but whatever. Is what it is. 😉
17th Apr 2021, 1:54 AM
ChaoticDawg
ChaoticDawg - avatar
+ 1
Mirielle[ Exams ] here's the standards for es12. You could also call it es2021 due to the yearly cycle. I was just going with what was used here on Sololearn. tc39.es/ecma262/
15th Apr 2021, 10:44 PM
Phil Andy Graves
Phil Andy Graves - avatar
+ 1
David Ordás yes! This is what I mean! Look at all the extremely useful changes, together they dwarf es6.
16th Apr 2021, 11:16 PM
Phil Andy Graves
Phil Andy Graves - avatar
+ 1
Mirielle[ Exams ] I better upvote your post to show I am not that sad anonymous downvoter 🤣
17th Apr 2021, 1:37 AM
Calviղ
Calviղ - avatar