After this code runs, what is the outcome if the user clicks "Cancel" without entering any text in the prompt dialog?
let feedback = prompt("Please provide your feedback:");
console.log(feedback === null);
After this code runs, what is the outcome if the user clicks "Cancel" without entering any text in the prompt dialog?
let feedback = prompt("Please provide your feedback:");
console.log(feedback === null);