MCQ Single Best Answer Easy

QWhich JavaScript function is excluded from Crockford's subset?

ID: #5026 Javascript Modules MCQ 144 views
Question Info
#5026Q ID
EasyDifficulty
Javascript Modules MCQTopic

Choose the Best Option

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

  • A eval()
  • B coeval()
  • C equal()
  • D equivalent()
Correct Answer: Option A

Explanation

Crockford's subset of JavaScript excludes the use of the with and continue statements, as well as the eval() function. It also requires the use of function definition expressions instead of function definition statements.

Share This Question

Challenge a friend or share with your study group.