Home / CSE / Javascript - CS :: Discussion

Discussion :: Javascript - CS

  1. The Crockford’s subset doesnot include which function in JavaScript?

  2. A.

     eval()

    B.

     coeval()

    C.

     equal()

    D.

     equivalent()

    View Answer

    Workspace

    Answer : Option 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.


Be The First To Comment