Use the not equal to operator !== to check if the colorA variable is not equal to the colorB variable.

Woah! Since the strings "red" and "blue" are not equal to each other, comparing them with the not equal to operator returns true.

Check if the colorA string is not equal to the colorB string by using the not equal to operator !==.