If the string on the left is equal to the string on the right, as in "apple" === "apple", the result is true.
"apple" === "apple"
true
Make sure to pick "apple", followed by ===, and finally "apple".
"apple"
===