What is the default behavior of JavaScript without strict mode?
It restricts the use of certain keywords by default
It automatically enforces strict mode in all code
It allows implicit variable declaration without the "var" keyword
It follows stricter syntax rules by default