Skip to content

Latest commit

 

History

History
14 lines (11 loc) · 368 Bytes

es6.md

File metadata and controls

14 lines (11 loc) · 368 Bytes

ES6

JavaScript was created in 1995, but the language is still thriving today. There are subsets, supersets, current versions and the latest version, ES6, that brings a lot of new features.

Some of the highlights:

  • Classes
  • Arrow Functions
  • Template Strings
  • Inheritance
  • Constants and Block Scoped Variables
  • ...spread and ...rest
  • Destructuring
  • Modules