Guest User

Untitled

a guest
Jan 24th, 2018
69
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 0.36 KB | None | 0 0
  1. <html>
  2. <head>
  3. <title>
  4. Whoa math?
  5. </title>
  6. </head>
  7. <body>
  8. <script type="text/javascript">
  9. var num="0";sum="0";
  10. if(confirm("Would you like to add a string of numbers?")==true){while
  11.  
  12. (num!="done"){sum+=parseInt(num);num=prompt("Enter a number, or type
  13.  
  14. done to see the results", "");}else{alert("You're no fun.");}alert
  15.  
  16. (sum);
  17. </script>
  18. </body>
  19. </html>
Add Comment
Please, Sign In to add comment