For..of loop

The for..of loop is for looping over objects that implement the Iterable interface (expose a Symbol.iterator property).

In this section we’ll demonstrate iterating over: