Give the equality operator a try by checking if the string "red" is equal to the string "red".

Nice job! Since "red" and "red" are the same values, the equality operator returns true.

Check if the value "red" is equal to the value "red" by assembling "red" === "red".