Sloppy mode
The normal, non-strict mode of JavaScript is sometimes referred to as sloppy mode . This isn't an official designation, but you are likely to come across it if you spend time doing serious JavaScript code.
See also
- "Strict Mode " in chapter 7 ("JavaScript Syntax") in the book Speaking JavaScript .