We also need to update lightsOn, of course. Let's put the negation operator to good use.

Set lightsOn to the opposite of isDay.

Hit the OPEN IN EDITOR button and change the isDay variable to true to see what happens.

Make sure your code reads var lightsOn = !isDay;.