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