Which of the following is a strict mode-specific syntax error?
Declaring variables without the "var", "let", or "const" keyword
Using the "with" statement
Overriding a built-in JavaScript function
Assigning a value to an undeclared variable