JavaScript Statement: super
[this page | pdf | back links]
In JavaScript,
the super method is used within
a class
that has been extended from another class to access the properties and methods
of the parent class.
NAVIGATION LINKS
Contents | Prev | Next | JavaScript Reserved Words