/es6workshop

Primary LanguageJavaScript

Advanced JavaScript Features with ES6+

Ground up intro course for those familiar with ES5 but little to no exposure to ES6 and after.

Contents - Part 1

let and const 20min

for of 10

string templates 10

arrow functions 15

  • Lexical this
    • useful for event handling
  • Default returns

map 15

reduce 20

Contents - Part 2