Skip to content

Week 1 Readings: Classes, Inheritance, Functional Programming

Jacob-Wendt edited this page May 21, 2019 · 1 revision

Week 1 Readings: Classes, Inheritance, Functional Programming

3 Different Kinds of Prototypical Inheritance: ES6+ Edition

  • it’s important to understand how JavaScript’s native inheritance capabilities work.
  • understanding it can be dramatically empowering.

delegate prototype: an object that serves as a base for another object.

Clone this wiki locally