The array method forEach is great for iterating through an array; let's use this to make some colored boxes! Instead of writing the callback function directly inside the forEach method, we can use a ...