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