What value does userChoice hold after executing this code, assuming the user clicks "Cancel"?
let userChoice = confirm("Are you sure you want to cancel?");
What value does userChoice hold after executing this code, assuming the user clicks "Cancel"?
let userChoice = confirm("Are you sure you want to cancel?");