Results 1 - 2 of 2

new operator

The new operator creates an instance of a user-defined object type or of one of the built-in object types that has a constructor function.
JavaScript Left-hand-side expressions Operator operator

super

The super keyword is used to call functions on an object's parent.
Classes ECMAScript6 JavaScript Left-hand-side expressions Operator operator