After executing the following code, what is the value of userInput if the user enters "John Doe" and clicks "OK"?
let userInput = prompt("Please enter your name:");
After executing the following code, what is the value of userInput if the user enters "John Doe" and clicks "OK"?
let userInput = prompt("Please enter your name:");