Home > Frontend Engineering and Javascript > Javascript Fundamentals > What are Strings and String Operations? Show previous contentTry this exercise. Fill in the missing part by typing it in.The output of the following code will be ___.JAVASCRIPT1var animal = "Giraffe"; 2console.log(animal.indexOf("f"));Write the missing line below.SubmitReveal answer Show following content