UNPKG

dan-npm-demo

Version:

Coolest hello world this side of kentucky

15 lines (11 loc) 383 B
function surprise() { var puppies = prompt("Hey, what's your name?"); console.log("I bet you were expecting more than this, weren't you, " + puppies + "?"); var arugula = prompt("Are you disappointed?"); if (arugula.toLowerCase() == "yes") { console.log("Get used to disappointment"); } else { console.log("That's sad :("); } } surprise();