JavaScript MCQ Javascript loops MCQ Question #5072
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

Choose the Best Option

Click any option to instantly check if you're correct.

  • A Debugger
  • B With
  • C if
  • D use strict
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.

Share This Question

Challenge a friend or share with your study group.