Examveda
Examveda

Which are the two functions that are not allowed in any secure subset?

A. evaluate() and restrict()

B. eval() and the Function() constructor

C. debugger() and test()

D. eval() and debugger()

Answer: Option B

Solution(By Examveda Team)

eval() and the Function() constructor are not allowed in any secure subset because they allow the execution of arbitrary strings of code, and these strings cannot be statically analyzed.

This Question Belongs to Javascript >> Classes And Modules

Join The Discussion

Related Questions on Classes and Modules