What Is Super In TypeScript?
What Is Super In TypeScript? The super keyword can be used in expressions to reference base class properties and the base class constructor. Super calls consist of the keyword super followed by an argument list enclosed in parentheses. Super calls are only permitted in constructors of derived classes. What does super () do? The super()