002 -- Conditional Testing in Interactivity: Maintaining knowledge of state

Create an reactive square (100x100, as before), such that each click in the square flips its color from white to black (if it is white), or from black to white (if it is black).

Solutions