0 votes
in JavaScript by
The syntax of Eval is ________________

a) [objectName.]eval(numeric)

b) [objectName.]eval(string)

c) [EvalName.]eval(string)

d) [EvalName.]eval(numeric)

1 Answer

0 votes
by

Answer:-  B

reason:-The eval() function evaluates or executes an argument. If the argument is an expression, eval() evaluates the expression. If the argument is one or more JavaScript statements, eval() executes the statements.

Related questions

0 votes
asked Oct 8, 2022 in JavaScript by rajeshsharma
0 votes
asked Oct 6, 2023 in JavaScript by GeorgeBell
...