thattacoguy

because I could

Jan 25th, 2013
66
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. var tacostatus = prompt("Oh, dear, are you tired?");
  2. if (tacostatus === "yes")
  3. {
  4.  console.log("Take a break!");
  5. }
  6. else
  7. {
  8.  console.log("GET BACK TO WORK THEN");
  9. }
  10.  console.log(":D");
Advertisement
Add Comment
Please, Sign In to add comment