Vidyalelo
JavaScript · Q44

Basic And Variables

Programming · JavaScript · question 44

Q44

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
Answer
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

Answer: Option A

Solution

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