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