Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- var tacostatus = prompt("Oh, dear, are you tired?");
- if (tacostatus === "yes")
- {
- console.log("Take a break!");
- }
- else
- {
- console.log("GET BACK TO WORK THEN");
- }
- console.log(":D");
Advertisement
Add Comment
Please, Sign In to add comment