Note that we don’t put parentheses after console.log because we don’t call the console.log function.
We pass it as a parameter to the forEach loop, where it will be applied to each element of the array.
The call will be controlled by forEach, not by us.
This is a very important point at which many interns stumble.