Этот материал находится в платной подписке. Оформи премиум подписку и смотри или слушай Understanding JavaScript's Prototypal Inheritance, а также все другие курсы, прямо сейчас!
Премиум
  • Урок 1. 00:01:07
    Introduction to Prototypal Inheritance in JavaScript
  • Урок 2. 00:02:35
    Link to Other Objects through the JavaScript Prototype Chain
  • Урок 3. 00:03:14
    Prototype Delegation with JavaScript's new Keyword
  • Урок 4. 00:01:52
    Understanding the .constructor property on JavaScript Objects
  • Урок 5. 00:02:28
    Understand JavaScripts this keyword within Prototypes
  • Урок 6. 00:01:45
    Use JavaScript's for-in Loop on Objects with Prototypes
  • Урок 7. 00:02:15
    Compose Objects with Object.assign to Create a Direct Copy
  • Урок 8. 00:02:52
    Understanding Prototype Delegation within JavaScript's Class Keyword
  • Урок 9. 00:01:18
    Assign and Access Methods of a JavaScript Class with Static Properties
  • Урок 10. 00:01:33
    Determine an Object's Constructor with JavaScripts instanceof Operator
  • Урок 11. 00:02:49
    Create Factory Functions for Object Composition
  • Урок 12. 00:02:29
    Use Polymorphism with Prototype Linked Objects
  • Урок 13. 00:01:33
    Replicate JavaScript Constructor Inheritance with Simple Objects (OLOO)