>FromYourCode();

Source code quote in JavaScript303

 July 08, 2016 am31 01:30
i =0;
while (i<5)
  {
  x=x + "The number is " + i + "<br>";
  }

Check similar quotes

Share this quote