szybkiekonta

instrukcja brake

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