tutorial.eyehunts.com
JavaScript super constructor
In JavaScript, the super keyword is used to call the parent class's constructor, but JavaScript itself not have a built-in super constructor
Rohit