/ES6-iti

Primary LanguageJavaScript

ES6 From ITI

Topics covered in the course:

  • variable declarations (var, let, and const).
  • New array helper functions.
  • Arrow functions.
  • destructuring.
  • Rest parameter and spread operator.
  • Promises.
  • OOP in ES6.
  • Symbol iterator.
  • Generators.
  • Proxy.