Guest User

Untitled

a guest
Jan 24th, 2018
78
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  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(num!
  11.  
  12. ="done"){sum+=parseInt(num);num=prompt("Enter a number, or type done to see the
  13.  
  14. results", "");}else{alert("You're no fun.");}alert(sum);
  15. </script>
  16. </body>
  17. </html>
Add Comment
Please, Sign In to add comment