What will the indexOf() method return for the following code?
let str = "Mississippi"; console.log(str.indexOf("i", 3));