Web-Dev-Rich
5/30/2019 - 2:54 PM

ES6 New Stuff

ES6 New Stuff

  • Arrow Functions
  • Template Literals
  • Multi-Line Strings
  • Implicit Returns
  • Key/Property Shorthand
  • Method Definition Shorthand
  • Destructuring (Object Initialiser)
  • Array Iteration (for...of)
  • Default Parameters
  • Spread Syntax
  • Class/Constructor Functions
  • Inheritance (extends keyword)
  • Modules (export/import)
  • Promises/Callbacks