1. Урок 1. 00:05:47
    Introduction
  2. Урок 2. 00:31:13
    Visual Timeline of JavaScript and ECMAScript History (Full Version)
  3. Урок 3. 00:13:31
    Visual Timeline of JS and ES (SHORT VERSION)
  4. Урок 4. 00:07:22
    Course Overview
  5. Урок 5. 00:02:04
    How JS compares to other languages
  6. Урок 6. 00:33:50
    Let/Const - How JS vars compare to other languages (C, Java, PHP, Ruby, Python)
  7. Урок 7. 00:11:57
    Let/Const (Short)
  8. Урок 8. 00:14:04
    Template Literals
  9. Урок 9. 00:22:27
    Tagged Templates
  10. Урок 10. 00:24:43
    Tagged Template Challenge walkthrough
  11. Урок 11. 00:12:44
    Function Updates - default and rest operator
  12. Урок 12. 00:21:13
    Spread Syntax
  13. Урок 13. 00:09:04
    Arrow Function
  14. Урок 14. 00:24:06
    Object Literals and Destructuring
  15. Урок 15. 00:06:39
    Intro to Classes
  16. Урок 16. 00:15:53
    Classes - basic syntax
  17. Урок 17. 00:14:25
    Setters and Getters
  18. Урок 18. 00:08:02
    Static Methods
  19. Урок 19. 00:09:55
    Sub classes and prototypal inheritance (extends and super)
  20. Урок 20. 00:08:23
    for...of
  21. Урок 21. 00:04:22
    .from()
  22. Урок 22. 00:10:18
    .of() and .fill()
  23. Урок 23. 00:06:59
    .find() and .findIndex()
  24. Урок 24. 00:14:03
    Reference vs. value - how JS stores variables
  25. Урок 25. 00:01:57
    Intro to Hashmaps/Map
  26. Урок 26. 00:12:40
    Java Hashmaps --> JavaScript Map
  27. Урок 27. 00:06:46
    Map methods
  28. Урок 28. 00:08:09
    Weak Map vs Map
  29. Урок 29. 00:09:48
    Intro to the Set constructor
  30. Урок 30. 00:04:40
    Weak Set vs. Set
  31. Урок 31. 00:15:44
    Intro to the Symbol Data Type
  32. Урок 32. 00:06:57
    Review on what it means to be async
  33. Урок 33. 00:15:07
    Callbacks review
  34. Урок 34. 00:11:58
    What is a promise (and why should I care)?
  35. Урок 35. 00:26:13
    Promise Syntax and Breakdown
  36. Урок 36. 00:29:15
    Some real fun (and use) with Promises (AJAX style)
  37. Урок 37. 00:11:36
    Promise.all CHALLENGE Solution
  38. Урок 38. 00:32:41
    Chaining Promises (using AJAX)
  39. Урок 39. 00:10:18
    CHALLENGE - Promises and file IO (Requires data.zip)
  40. Урок 40. 00:21:03
    Challenge File IO Walkthrough
  41. Урок 41. 00:15:26
    Async and Await intro
  42. Урок 42. 00:12:10
    Async with a SQL example
  43. Урок 43. 00:13:46
    CHALLENGE - Movie API chaining --> Asnyc/Await and walkthrough
  44. Урок 44. 00:12:38
    ES8 Easy Wins
  45. Урок 45. 00:28:52
    Intro to the Proxy Constructor
  46. Урок 46. 00:25:39
    Proxy CHALLENGE Explanation and Walkthrough
  47. Урок 47. 00:13:38
    Reflect Object
  48. Урок 48. 00:15:07
    Reflect Object - continued
  49. Урок 49. 00:02:57
    - Intro to generators and iterators
  50. Урок 50. 00:17:41
    Generators (and how you really read the docs)
  51. Урок 51. 00:14:02
    Iterators, Iterables and for..of
  52. Урок 52. 00:18:08
    Iterators, Iterables and for..of (Continued)
  53. Урок 53. 00:17:47
    Tying back into generators
  54. Урок 54. 00:13:25
    ES7 - Exponentiation, Includes, and Rest parameter destructuring