15. ForEach Loop

The ForEach Loop will allow you to loop through arrays and store the array value as a variable each time the loop is executed. It is a very useful way to loop through pieces of data when using Arrays.