Im trying to change between two colors when I click on the event listener using javascript. Currently when I click on the event (click) it changes the color to black. When I click on it again, I want it to change back to the default, which is white. I think that an if statement is involved, but Im not sure how the logic would work in this case. Im trying to change between two colors when I c