Home > Coding Fundamentals Refresher > Coding Fundamentals and Patterns > What are Strings and String Operations? Show previous contentTry this exercise. Fill in the missing part by typing it in.The output to the following code in JavaScript will be ___.cppcsharpgojavajavascriptpython1let text = "Giraffes like to eat leaves."; 2console.log(text.split(" ").length - 1);Write the missing line below.SubmitReveal answer Show following content