Guest User

Untitled

a guest
Oct 17th, 2017
59
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.02 KB | None | 0 0
  1. <!DOCTYPE html>
  2. <html>
  3. <head>
  4. <title>Guessing Game</title>
  5. </head>
  6. <body>
  7. <h1>Welcome to Code 201!</h1>
  8. </body>
  9. <script>
  10. var user = prompt('what is your name?');
  11. console.log (user);
  12.  
  13. alert('hi there ' + user + ',I\'m going to ask you a question');
  14.  
  15. var answer + prompt(user + ',this is a yes/no question. please answer Y or N. Do you love coding');
  16.  
  17. var user = prompt('how much code do you know');
  18. console.log (user);
  19.  
  20. answer + prompt (user + ',please answer this question with a number between 1 and 10. what is your knolage of coding');
  21.  
  22. var user = prompt (user + ',I/'m going to ask you a question please answer with one word. whats your coding specialty');
  23.  
  24. var answer + prompt (user + ',please answer this question with either java/python/ios/none. what is your coding specialty');
  25. console.log('users answer' + answer);
  26. }else{
  27. alert('that sucks I wish you liked code');
  28. }console.console.log();
  29. </script>
  30. </html>
Add Comment
Please, Sign In to add comment