If the string on the left isn't equal to the string on the right, as in "apple" !== "orange", the result is true.

Make sure to pick "apple", followed by !==, and finally "orange".