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