A

Admin • 833K Points
Coach

Q. One of the special feature of an interpreter in reference with the for loop is that

  • (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
  • Correct Answer - Option(A)
  • Views: 24
  • Filed under category JavaScript
  • Hashtags:

Explanation by: Admin

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

You must be Logged in to update hint/solution

Discusssion

Login to discuss.

Be the first to start discuss.