2. Which of the following loop statement is used to iterate a specified variable
over all the properties of an object?
(i) for
(ii) do…while
(iii) for/in
(iv) none of these
Answers
Answered by
0
Answer:
(i)
Explanation:
for loop iterates a value before executing the statements in the block
Similar questions