Create a variable named result and set it to colorA === colorB.

Great job! The variable result is set to the value of colorA === colorB.

Make sure to put together var result = colorA === colorB; in order to set result to the value of colorA === colorB.