```js new (class { constructor() { super(); } })() ``` ```js TypeError: super() must be called exactly once in a subclass constructor at <anonymous> at <anonymous> ``` This error is confusing/wrong. It is called exactly once, this just isn't a subclass
This error is confusing/wrong. It is called exactly once, this just isn't a subclass