Removing elements comes in handy if we only want an event to happen once.
To make the element change color only once, we can remove the click event from inside the changeColor() event handler.
Make sure to pick removeEventListener, followed by addEventListener.