Pages

New features introduced in ES6

New features introduced in ES6

Following are the list of few new Features introduced in ES6


  • const and let keywords : Blocked level variables
  • Array helper functions like map, forEach, filter, find, every, some, reduceArrow functions

  • Classes and enhanced object literals
  • Modules
  • Template strings

  • Default function arguments
  • Rest and spread operators
  • Promises

  • Multi-line Strings
  • DE structuring Assignment