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