The question asks which indexOf() example returns -1, but all given options search for characters that exist in "freeCodeCamp".
Therefore, none of the answers should return -1.
The correct answer should include a character not present in the string (for example "z").