Skip to content
JS
JavaScript error

TypeError

The JavaScript exception "more arguments needed" occurs when there is an error with how a function is called. More arguments need to be provided.

Reference entryJavaScriptFetched
TypeError: Object prototype may only be an Object or null: undefined (V8-based)
As listed by MDN Web Docs
TypeError: Object.create requires at least 1 argument, but only 0 were passed (Firefox)
As listed by MDN Web Docs
TypeError: Object.setPrototypeOf requires at least 2 arguments, but only 0 were passed (Firefox)
As listed by MDN Web Docs
TypeError: Object.defineProperties requires at least 1 argument, but only 0 were passed (Firefox)
As listed by MDN Web Docs
TypeError: Object prototype may only be an Object or null. (Safari)
As listed by MDN Web Docs
Category
TypeError
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.