szybkiekonta

Untitled

Jan 22nd, 2018
74
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.19 KB | None | 0 0
  1. <html>
  2. <head>
  3. <body>
  4. <script type="text/javascript">
  5. var i=1;
  6. do {
  7. document.write("Petla wykonana" + i + "raz/y</br>");
  8. }
  9. while (i++ <= 5);
  10.  
  11. </script>
  12. </body>
  13. </head>
  14. </html>
Add Comment
Please, Sign In to add comment