Slide 7
Slide 7 text
H O W D O E S J AVA S C R I P T E V O LV E ?
• ECMAScript
• JavaScript is an implementation of ES. They’re could be other implementations;
they’re just aren’t any of note.
• ES3, ES5, ES6/ES2015, ES2016, ES2017, etc.
• Major revisions of the language. With ES6/ES2015 we changed to a yearly release
cycle.
• We skipped ES4 for many reasons but chiefly lack of consensus.
• Features are now added in stages.