• Inheritance
  • The prototype property
  • The proto object
  • Object Creation
  • Object literal
  • Object.create()
  • Creating objects with function
  • Creating objects with class
  • Subclassing
  • Subclassing with Factory function
  • Subclassing with new & call
  • Subclassing with class, extends & super
  • Terminology
  • Calling sub-class does following things: