0 / 60 seg.

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 === "");