JavaScript (2)

Leave a Comment
So,having fun with JavaScript?

This time I make a new JavaScript...

Tremors:
javascript:function flood(n) {if (self.moveBy) {for (i = 200; i > 0;i--){for (j = n; j > 0; j--) {self.moveBy(1,i); self.moveBy(i,0);self.moveBy(0,-i); self.moveBy(-i,0); } } }}flood(6);{ var inp = "D-X !msagro na dah tsuj resworb rouY"; var outp = ""; for (i = 0; i <= inp.length; i++) {outp =inp.charAt (i) + outp ; } alert(outp) ;}; reverse
(If not working,pls send/tell me the bug)

Type Own Alert Message:
javascript:alert("your text here")

(Your text here:anything u want to type in)

0 comments :