Nice job! Since "red" and "red" are the same values, the equality operator returns true.
"red"
true
Check if the value "red" is equal to the value "red" by assembling "red" === "red".
"red" === "red"