Thursday, December 28, 2017

Some Things I have learned from 'JavaScript — *** is ES6, ES8, ES 2017, ECMAScript… ?'

JavaScript — *** is ES6, ES8, ES 2017, ECMAScript… ?
https://codeburst.io/javascript-wtf-is-es6-es8-es-2017-ecmascript-dca859e4821c

  • What is ES?
    • ECMAScript (ES)
      • Comes from ECMA International for Standards
        • European Computer Manufacturers Association (ECMA)
      • It is a standard
      • So far there are eight editions of ES (ECMAScript)
      • ES6 and ES2015 are the same thing
      • ES (ECMAScript) now has yearly releases
      • ES2016 is ES7
      • ES2017 is ES8
      • ES.Next is the up coming of ES (ECMAScript)

No comments:

Post a Comment