Loop Through an Array with For-Each • There is also a "for-each" loop, which is used exclusively to loop through elements in arrays: • The following example outputs all elements in the cars array, using a "for- each" loop : 38