2. ES5 and ES6 #

Created Tuesday 14 July 2020

About the JS ecosystem #

"There is nothing static about being a web-developer, everything is improving".

ECMAScript standards and compatibility #

Features of ES5 and ES6 #

There are 3 kinds of features introduced by ES5 and ES6:

  1. Necessities - critical problems with JS
  2. Shorthands and object features - make code concise and dynamic.
  3. Exclusive features - new features exclusive to JS