Skip to content
JS
JavaScript error

SyntaxError

The JavaScript strict mode-only exception "applying the 'delete' operator to an unqualified name is deprecated" occurs when variables are attempted to be deleted using the delete operator.

Reference entryJavaScriptFetched
SyntaxError: Delete of an unqualified identifier in strict mode. (V8-based)
As listed by MDN Web Docs
SyntaxError: applying the 'delete' operator to an unqualified name is deprecated (Firefox)
As listed by MDN Web Docs
SyntaxError: Cannot delete unqualified property 'a' in strict mode. (Safari)
As listed by MDN Web Docs
Category
SyntaxError in strict mode only
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.273Z.