const randomGreeting = () => { const greetings = ["hi", "hello", "bye"]; const randomIndex = Math.floor(Math.random() * greetings.length); console.log(greetings[randomInde12x }; // Call the function to see a random greeting randomGreeting();>