How do I do this?
for(i=0; i<30; i++)
{
quoteindex=Math.floor(Math.random()*120);
document.write(“Random value “+i+”: “+quoteindex+”<br>”);
}
Hokay, and where do I put this?
How do I do this?
for(i=0; i<30; i++)
{
quoteindex=Math.floor(Math.random()*120);
document.write(“Random value “+i+”: “+quoteindex+”<br>”);
}
Hokay, and where do I put this?