Created by: jimmyhmiller
Array.forEach is passed the following parameters:
currentValue The current element being processed in the array. index The index of the current element being processed in the array. array
console.log takes multiple arguments. We only want to print the first one, the actual message.