Woah! Since the strings "red" and "blue" are not equal to each other, comparing them with the not equal to operator returns true.
"red"
"blue"
true
Check if the colorA string is not equal to the colorB string by using the not equal to operator !==.
colorA
colorB
!==