/ Published in: JavaScript
URL: www.bluh.com
BLUH.
Expand |
Embed | Plain Text
<html> <head> <script type="text/javascript"> function thingy(){ var myArray=[5, 3, 1, 8]; var myNums=[0, 0, 0, 0]; for(j=8;j>-1;j--){ for(i=0;i<4;i++){ if(myArray[i] > j){ document.write("Ξ"+"...."); } } document.write('<br>'); } } </script> </head> <body> <h1 style="color:purple">BLUH</h1> <input type="button" value="Click me!" onclick="thingy()"/> </body> </html>
You need to login to post a comment.
