Skip to main content
Print this chapter
super
Keyword
Syntax
super([arguments]) // calls the parent constructor.
super.propertyOnParent
super[expression]