Skip to content

Latest commit

 

History

History
21 lines (16 loc) · 650 Bytes

2-key-features-in-ES6.md

File metadata and controls

21 lines (16 loc) · 650 Bytes

Table of contents

2- Key Features in ES6:

alt text

  1. From var to let and const
  2. Arrow functions
  3. Classes and Inheritance
  4. Modules
  5. New utility methods for Strings and Arrays
  6. Destructuring assigments
  7. Generators
  8. Collections: Sets, Maps, Symbols, WeakMaps, WeakSets
  9. Promises
  10. Parameters: Default Parameters, Rest Parameters, Spread Operator, Destructured Parameters
  11. [NEW]Build-in methods and Templates

⬆ back to top