After this code runs, what will be the value of userAge if the user clicks "Cancel" on the prompt dialog?
let userAge = prompt("Please enter your age:");
After this code runs, what will be the value of userAge if the user clicks "Cancel" on the prompt dialog?
let userAge = prompt("Please enter your age:");