dio-v
4/2/2014 - 9:38 AM

for loop

for loop

for (var i=0; i<5; i++)
  {
  x=x + "The number is " + i + "<br>";
  }