Modern JavaScript Videos
About Lesson

In this lesson we want to learn about JavaScript Class Inheritance, In JavaScript class inheritance is a way to create new class that is modified version of an existing class. Inheritance allows you to reuse code from an existing class and customize it to create new class that has additional functionality. to create new class that inherits from an existing class, you can use the extends keyword and the super() method.

 

 

Join the conversation