1. Урок 1. 00:03:41
    Introduction
  2. Урок 2. 00:04:44
    Thread of Execution
  3. Урок 3. 00:07:48
    Functions
  4. Урок 4. 00:04:34
    Call Stack
  5. Урок 5. 00:05:16
    Generalized Functions
  6. Урок 6. 00:07:43
    Repeating Functionality
  7. Урок 7. 00:09:24
    Higher Order Functions
  8. Урок 8. 00:10:06
    Higher Order Functions Example
  9. Урок 9. 00:02:10
    Higher Order Functions Q&A
  10. Урок 10. 00:05:16
    Callbacks & Higher Order Functions
  11. Урок 11. 00:12:34
    Arrow Functions
  12. Урок 12. 00:06:32
    Pair Programming
  13. Урок 13. 00:05:24
    Closure Introduction
  14. Урок 14. 00:15:18
    Returning Functions
  15. Урок 15. 00:06:53
    Nested Function Scope
  16. Урок 16. 00:08:52
    Retaining Function Memory
  17. Урок 17. 00:07:49
    Function Closure
  18. Урок 18. 00:06:16
    Closure Q&A
  19. Урок 19. 00:09:54
    Closure Technical Definition & Review
  20. Урок 20. 00:08:52
    Multiple Closure Instances
  21. Урок 21. 00:07:43
    Practical Applications
  22. Урок 22. 00:00:53
    Closure Exercises
  23. Урок 23. 00:07:19
    Single Threaded Execution Review
  24. Урок 24. 00:06:06
    Asynchronicity in JavaScript
  25. Урок 25. 00:07:07
    Asynchronous Browser Features
  26. Урок 26. 00:08:27
    Web API Example
  27. Урок 27. 00:04:23
    Web API Rules
  28. Урок 28. 00:14:27
    Callback Queue & Event Loop
  29. Урок 29. 00:01:44
    Callback Queue and Event Loop Q&A
  30. Урок 30. 00:03:15
    Callback Hell & Async Exercises
  31. Урок 31. 00:06:31
    Promises Introduction
  32. Урок 32. 00:12:04
    Promises Example: fetch
  33. Урок 33. 00:11:15
    Promises Example: then
  34. Урок 34. 00:15:35
    Web APIs & Promises Example: fetch
  35. Урок 35. 00:06:24
    Web APIs & Promises Example: then
  36. Урок 36. 00:06:38
    Web APIs & Promises Example: Microtask Queue
  37. Урок 37. 00:08:10
    Promises and Asynchronous Q&A
  38. Урок 38. 00:06:08
    Promises Review
  39. Урок 39. 00:06:46
    Class & OOP Introduction
  40. Урок 40. 00:05:00
    Object Dot Notation
  41. Урок 41. 00:05:43
    Factory Functions
  42. Урок 42. 00:12:30
    Factory Functions Example
  43. Урок 43. 00:04:18
    Prototype Chain
  44. Урок 44. 00:11:28
    Prototype Chain Example: Prototypal Link
  45. Урок 45. 00:08:15
    Prototype Chain Example: Implicit Parameters
  46. Урок 46. 00:05:44
    hasOwnProperty Method
  47. Урок 47. 00:07:42
    this Keyword
  48. Урок 48. 00:05:03
    Arrow Function Scope & this
  49. Урок 49. 00:03:04
    Prototype Chain Review
  50. Урок 50. 00:12:12
    new Keyword
  51. Урок 51. 00:15:05
    new Keyword Example
  52. Урок 52. 00:12:59
    class Keyword
  53. Урок 53. 00:03:18
    Wrapping Up