What will be logged to the console in this code snippet, assuming the user enters nothing and clicks "OK"?
let userName = prompt("What is your name?");
console.log(userName === "");
What will be logged to the console in this code snippet, assuming the user enters nothing and clicks "OK"?
let userName = prompt("What is your name?");
console.log(userName === "");