Skip to content
JS
JavaScript error

ReferenceError

The JavaScript exception "super() called twice in derived class constructor" occurs when the super() is called a second time for a given derived class constructor.

Reference entryJavaScriptFetched
ReferenceError: Super constructor may only be called once (V8-based)
As listed by MDN Web Docs
ReferenceError: super() called twice in derived class constructor (Firefox)
As listed by MDN Web Docs
ReferenceError: 'super()' can't be called more than once in a constructor. (Safari)
As listed by MDN Web Docs
Category
ReferenceError
Severity
error
Runtime
both
or press Cmd/Ctrl + Enter. The text is only sent to this site to match it.
Source: MDN Web Docs. Data fetched 2026-09-25T01:48:37.274Z.