Set the colorA to "green" and colorB to "green"

Then compare them using the not equal to operator !== to print false.

Awesome work! The value false was printed to the console because "green" is equal to "green".

Set firstColor to "green" with var colorA = "green";. Then set colorB to "green" with var colorB = "green";