Register Now

Login

Lost Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

The Crockford’s subset does not include which function in JavaScript?

a) eval()
b) coeval()
c) equal()
d) equivalent()

Answer: a
Explanation: The Crockford’s subset does not include the with and continue statements or the eval() function. It defines functions using function definition expressions only and does not include the function definition statement.

Join The Discussion