Single Choice
Easy
QWhich of the following keywords is not a statement?
ID: #5072
Javascript loops MCQ
184 views
Question Info
#5072Q ID
EasyDifficulty
Javascript loops MCQTopic
Your Answer
Choose the Best Option
Click any option to instantly check if you're correct.
Correct Answer
Explanation
The "use strict" directive is a way to opt-in to a restricted variant of JavaScript.
The purpose of "use strict" is to indicate that the code should be executed in "strict mode".
This is a way to opt-in to a restricted variant of JavaScript, which can help you write "safer" JavaScript.
Continue Practice
Share
Share This Question
Challenge a friend or share with your study group.
More from This Topic