What does the following code output?let fruits = ["apple", "banana", "orange"]; console.log(fruits.indexOf("banana"));