What value does confirmationResult hold after executing this code, if the user clicks "OK"?
let confirmationResult = confirm("Do you wish to proceed?");
What value does confirmationResult hold after executing this code, if the user clicks "OK"?
let confirmationResult = confirm("Do you wish to proceed?");