Great, we call the .find() method on the longer string and pass the string we want to find as the argument.
.find()
This will return an int-type value which is the index position that the substring starts at.
int
Nope, try again!