1. Урок 1. 00:06:13
    Course Introduction
  2. Урок 2. 00:05:47
    Object Oriented Paradigm
  3. Урок 3. 00:02:57
    Creating an Object
  4. Урок 4. 00:01:51
    Object dot Notations
  5. Урок 5. 00:02:38
    Object.create
  6. Урок 6. 00:12:03
    Creating Objects with Functions
  7. Урок 7. 00:02:24
    Avoid Duplication with Prototype
  8. Урок 8. 00:07:39
    Prototype Walkthrough
  9. Урок 9. 00:10:54
    Prototype Chain
  10. Урок 10. 00:03:09
    new & this Keywords
  11. Урок 11. 00:06:59
    Functions are Objects & Functions
  12. Урок 12. 00:16:33
    new Keyword & Share Functions with prototype
  13. Урок 13. 00:07:37
    Review of new
  14. Урок 14. 00:09:00
    Calling Prototype Methods
  15. Урок 15. 00:07:20
    this Keyword Scoping Issues
  16. Урок 16. 00:05:39
    Solving Scope with Arrow Functions
  17. Урок 17. 00:07:43
    ES6 class Keyword
  18. Урок 18. 00:04:42
    Recap of the class Keyword
  19. Урок 19. 00:08:07
    Objects default __proto__
  20. Урок 20. 00:11:15
    Function.prototype and Array.prototype
  21. Урок 21. 00:02:49
    Pair Programming OOJS
  22. Урок 22. 00:04:50
    Intro to Subclassing and Inheritance
  23. Урок 23. 00:13:30
    Create object with Factory Function
  24. Урок 24. 00:05:07
    Create a Sub-Factory Function
  25. Урок 25. 00:11:55
    Creating an object with a Sub-Factory Function
  26. Урок 26. 00:03:09
    Prototype Lookup
  27. Урок 27. 00:04:55
    Subclass Review
  28. Урок 28. 00:08:45
    Call and Apply
  29. Урок 29. 00:10:06
    Create an Object with new
  30. Урок 30. 00:06:44
    Creating a Subclass with a Constructor
  31. Урок 31. 00:11:23
    Using a call Method in a Constructor
  32. Урок 32. 00:05:55
    Assigning Properties to Instance
  33. Урок 33. 00:03:09
    Prototype Tracing
  34. Урок 34. 00:08:28
    Create an Object with a class
  35. Урок 35. 00:09:15
    Creating a Subclass with extends
  36. Урок 36. 00:07:34
    Creating an object with a subclass
  37. Урок 37. 00:10:33
    Using super in a subclass constructor
  38. Урок 38. 00:01:51
    Wrapping Up