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 ...
Add a description, image, and links to the foreach-object topic page so that developers can more easily learn about it.