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