We can save a whole negation in another variable, too.
Create the variable isEvening and use ! to change isMorning to false.
isEvening
!
isMorning
false
Make sure it reads isEvening = !isMorning.
isEvening = !isMorning