What is the output in the console after executing this code, assuming the user inputs "OpenAI" in the prompt box?
let userInput = prompt("Enter your favorite AI company:");
console.log(userInput);
What is the output in the console after executing this code, assuming the user inputs "OpenAI" in the prompt box?
let userInput = prompt("Enter your favorite AI company:");
console.log(userInput);