for of is a loop that iterates through iteratable objects.
for(variable of iteratable) { code }
do while
for
for in
while
Mozilla Developer Network