Find the position of one string in another

Write a function that takes a string as an argument. The string contains the substring 'is'. Return the index of 'is'.
JavaScript
Console