ZNTC0801: Octal literals are not allowed in strict mode
ZNTC0801
Section titled “ZNTC0801”Octal literals are not allowed in strict mode
Category: Parser: Strict Mode
Reproduction
Section titled “Reproduction”"use strict"; const x = 0123;How to fix
Section titled “How to fix”See the error message for cause and resolution.