The `super` keyword in custom elements extends beyond just calling it first in constructors. You don't need to invoke the constructor at all unless adding to it. The `super` keyword can be used outside constructors to call parent methods like `connectedCallback()`, and `super.observedAttributes` with spread syntax avoids
Sort: