Skip to content

Latest commit

 

History

History
16 lines (13 loc) · 295 Bytes

README.md

File metadata and controls

16 lines (13 loc) · 295 Bytes

Javascript ES6 Webinar

File assets for the Javascript ES6 webinar.

The following are the topics discussed.

  • Const and let
  • Template strings
  • Destructuring
  • Spread and rest
  • Arrow functions
  • Enhanced object literals
  • Default function arguments
  • ES6 class
  • Promise
  • Async and await