What is the result stored in isConfirmed after executing this code, if the user clicks "OK"?
let isConfirmed = confirm("Confirm you have read the terms and conditions.");
What is the result stored in isConfirmed after executing this code, if the user clicks "OK"?
let isConfirmed = confirm("Confirm you have read the terms and conditions.");