MCQ
Which global function is used to evaluate JavaScript code represented as a string?
Explanation
eval() evaluates JavaScript code represented as a string.