1. Урок 1. 00:11:22
    ECMAScript, TC39, and the Standardization Process
  2. Урок 2. 00:13:53
    Variable Declarations (var vs let vs const)
  3. Урок 3. 00:09:15
    Object and Array Destructuring
  4. Урок 4. 00:02:09
    Shorthand Properties and Method Names
  5. Урок 5. 00:01:56
    Computed Property Names
  6. Урок 6. 00:06:10
    Template Literals
  7. Урок 7. 00:13:37
    Arrow Functions
  8. Урок 8. 00:07:26
    Default Parameters
  9. Урок 9. 00:04:04
    Compiling vs Polyfills with Babel
  10. Урок 10. 00:45:20
    Callbacks, Promises, Async/Await
  11. Урок 11. 00:28:15
    Guide to JavaScript's prototype (and ES6 Classes)
  12. Урок 12. 00:32:10
    From IIFEs to CommonJS to ES6 Modules
  13. Урок 13. 00:08:26
    Private and Public Class Fields