Alert alert("Hello") Prompt const age = prompt('How old are you?', 100) Confirm const isBoss = confirm("Are you the boss?");