super Keyword

Syntax

super([arguments]) // calls the parent constructor.
super.propertyOnParent
super[expression]