Skip to content

Latest commit

 

History

History
28 lines (25 loc) · 518 Bytes

README.md

File metadata and controls

28 lines (25 loc) · 518 Bytes

ES6Introduction

An intro for the team on ES6

Index

  1. let, const and template literals
  2. Arrow functions
  3. Spread Operator and rest parameters
  4. Destructuring
  5. Gulp and Babel
  6. Promises
  7. API code along with fetch
  8. Modules
  9. Classes
  10. Webpack
  11. Objects
  12. Arrays
  13. Map & set
  14. Generators

Aditional information

  1. Computed property names
  2. Default parameters (finally!)
  3. Regex, Strings, Unicode
  4. Numbers & Math - whats new!
  5. Proxies & Reflect
  6. Symbols
  7. ES7 - yes more is coming!