alert("hello") undefined let reply = confirm("Are you awake?"); undefined reply true let reply = confirm("Are you awake?"); undefined reply false let answer = prompt("Whazzup doc??") undefined answer 'this will bee returned' answer = prompt("Whazzup doc??") null