Skip to content

Latest commit

 

History

History
51 lines (33 loc) · 1010 Bytes

File metadata and controls

51 lines (33 loc) · 1010 Bytes

Sections For OOPWithJs

oopInGeneral.md

oopJs.md

  • Content:

    1. OOP In JavaScript: Prototypes
    2. Ways of implementing prototypal inheritance in js
    3. How Object.create() works
    4. Prototypes
    5. Prototypal Inheritance
    6. Prototype Chain(like scope chaining)
    7. Setter and Getter
    8. Static Methods
  • OOP In JS

iheritanceInJs.md

  • Content:

    1. Inheritance In Action

    2. Inheritance With Constructor Function

      • Before using inheritance (No inheritance between Person and Student)
      • How make inheritance
      • Bad way and best way to make inheritance:
      • After make inheritance
      • How it is work
    3. Inheritance between ES6 classes

    4. Inheritance between Classes Object.create

  • Inheritance In JS

examples.md