JSREF
JavaScript Class super
The super keyword is used to call the constructor of its parent class to access the parent's properties and methods.
JSREF
The super keyword is used to call the constructor of its parent class to access the parent's properties and methods.