The day variable is empty so far, so why don't we fix that? To do so, we use the = sign followed by a value.

Great! Now day stores the value Monday.

Make sure that you're adding the = sign first and the word "Monday" after.