Guest User

Untitled

a guest
Mar 21st, 2018
95
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.46 KB | None | 0 0
  1. <!DOCTYPE html>
  2. <html>
  3. <head>
  4.  
  5.  
  6. <title>Findtheprecious</title>
  7.  
  8.  
  9.  
  10.  
  11. </head>
  12.  
  13. <body>
  14.  
  15. <script>
  16.  
  17.  
  18. var patates = prompt("Hey mon ami ! Tu aimes ça les patates ?")
  19. if (patates == "oui") {
  20. var hash = "#"
  21. for (var i = 1 ; i < 8 ; i ++) {
  22. console.log(hash);
  23. hash += "#";
  24.  
  25. }
  26.  
  27. }
  28.  
  29. else if (patates =="non") {
  30. alert("oh no !")
  31.  
  32. }
  33.  
  34. else{
  35. alert("Je vous sens comme tiraillé")
  36. }
  37.  
  38. </script>
  39.  
  40.  
  41. </body>
  42.  
  43. </html>
Add Comment
Please, Sign In to add comment