🚧 under construction
JS ⟩ error ⟩ SyntaxError
🚧
duplicate parameter not allowed in strict mode❗️
unexpected token "xxx"❗️
unexpected number❗️
missing initializer in const declaration❗️
identifier 'xxx' has already been declared❗️
lexical declaration cannot appear in a single-statement context❗️
delete of an unqualified identifier in strict mode❗️ - can't delete variables.
octal literals not allowed in strict mode❗️
Last updated 2 years ago