Which choice is not a result of invoking strict mode in JavaScript?
it prohibits some syntax likely to be defined in future versions of ECMAScript.
it eliminates some JavaScript silent errors by changing them to throw errors.
it forces the writing of valid HTML and CSS.
it fixes mistakes that make it difficult for JavaScript engines to perform optimizations. Source: MDN docs