Programming Languages
C
Subjective
Mar 15, 2013
What is the use of command "use strict"?
Detailed Explanation
Use strict command calls the strict pragma and is used to force checks on definition and usage of variables, references and other barewords used in the script. If unsafe or ambiguous statements are used, this command stops the execution of the script instead of just providing warnings.
Discussion (0)
No comments yet. Be the first to share your thoughts!
Share Your Thoughts