Question: Which choice is not of invoking strict mode in JavaScript?
- 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.
- it fixes mistakes that make it difficult for JavaScript engines to perform optimizations.
Answer: The correct answer of the above question is Option C:it forces the writing of valid HTML and CSS.