Advertisement
rutera

While

Dec 25th, 2013
51
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. <script type="text/javascript">
  2. var ac = 0;
  3.  
  4. while(ac<5){
  5. ac++;
  6. document.write("<br>"+ac);
  7. }
  8.  
  9.  
  10. </script>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement