What is the foreach keyword for ?
foreach
applying a function for each element of an array
it is equivalent to for and executes a loop a given number of times
for
iterating over the elements of an array
iterating over the elements of a string