Solutionunvalidated
Create a state for the `isCompleted` value — when the `colors` state updates. Tension: Use a `useEffect` hook to end the timer when the `isCompleted` state is true. Outcome: setTimerOn(false).
8948d0ef-328b-44b7-811a-30710385f384
Create a state for the isCompleted value — when the colors state updates. Tension: Use a useEffect hook to end the timer when the isCompleted state is true. Outcome: setTimerOn(false).