Sometimes we have a long string and want to find a smaller string or a character within it.

Great, we call the .find() method on the longer string and pass the string we want to find as the argument.

This will return an int-type value which is the index position that the substring starts at.

Nope, try again!