Strict Mode

You can enforce the use of a semantically stricter version of JavaScript by turning on Strict Mode. Not enabled by default, Strict Mode causes some syntax to throw errors. Code in Strict Mode sometimes runs faster than its non-Strict counterpart.