For Of
Used to iterate iterable objects
Loop values instead of keys
You can use break, continue in for of loop
won't loop over prototype like for in
Loop array
Iterare over arguments ( without converting it to array )
Loop over dom nodes without converting it to array
Loop with index
Obeject literal not iterable
Iterate Set
Iterate Map
Last updated
Was this helpful?