workabout

What are some of the new features in ES6?

ES6 New Features:

  • Support for constants or immutable variables

  • Block-scope support for variables, constants, and functions

  • Arrow functions

  • Default parameters

  • Rest and Spread Parameters

  • Template Literals

  • Multi-line Strings

  • Destructuring Assignment

  • Enhanced Object Literals

  • Promises

  • Classes

  • Modules