Classes and Inheritance in JS - English

1187 visits



Outline:

Classes and Inheritance in JS How to create a Class How to inherit properties and methods of a class Constructor Function Invoking Parent class constructor Super Keyword Creating Object for a class Passing variables from child to parent class