say i have:
document.writeln("0")
document.writeln("1")
document.writeln("2")
document.writeln("3")
document.writeln("4")
how i do generate them in different order each time but all of them must display? ... please help
ex: .... 1
........ 3
...........0
...........4
........... 2
then another output would be:
........3
.........2
.........4.
.........1
............0 ... all random but must be all five line displaying..
thanks if anyone can help this out real quick