ZNTC0803: Deleting an identifier is not allowed in strict mode
ZNTC0803
Section titled “ZNTC0803”Deleting an identifier is not allowed in strict mode
Category: Parser: Strict Mode
Reproduction
Section titled “Reproduction”"use strict"; var x = 1; delete x;How to fix
Section titled “How to fix”See the error message for cause and resolution.