Which loop construct in JavaScript is used to iterate over the elements of an array?
for...of loop
for...of
do...while loop
do...while
while loop
while
for loop
for