Home / CSE MCQs / Javascript MCQs :: Discussion

Discussion :: Javascript MCQs

  1. One of the special feature of an interpreter in reference with the for loop is that
  2. A.
    Before each iteration, the interpreter evaluates the variable expression and assigns the name of the property
    B.
    The iterations can be infinite when an interpreter is used
    C.
    The body of the loop is executed only once
    D.
    All of the mentioned

    View Answer

    Workspace

    Answer : Option A

    Explanation :

    Before each iteration, the interpreter evaluates the variable expression and assigns the name of the property (a string value) to it.


Be The First To Comment