Please note, this is a STATIC archive of website developer.mozilla.org from 03 Nov 2016, cach3.com does not collect or store any user information, there is no "phishing" involved.

Sloppy mode

ECMAScript 5 and later let scripts opt in to a new strict mode, which alters the semantics of JavaScript in several ways to improve its resiliency and which make it easier to understand what's going on when there are problems.

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.

Learn more

General knowledge

  • "Strict Mode" in chapter 7 ("JavaScript Syntax") in the book Speaking JavaScript.

Document Tags and Contributors

 Contributors to this page: klez, Sheppy
 Last updated by: klez,