Check if day does not equal to "weekday" so that the code will display "It's the weekend." in the console.
day
"weekday"
"It's the weekend."
Make sure to type day != "weekday".
day != "weekday"