MCQ Single Best Answer Easy

QThe maximum number of global symbols a module can define is

ID: #5016 Javascript Classes MCQ 167 views
Question Info
#5016Q ID
EasyDifficulty
Javascript Classes MCQTopic

Choose the Best Option

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

  • A 2
  • B 3
  • C 1
  • D 4
Correct Answer: Option C

Explanation

Modules are generally designed to run in an unmodified (or almost unmodified) environment, and should minimize the number of global symbols they define, with the goal of having no module define more than one.

Share This Question

Challenge a friend or share with your study group.