>FromYourCode();

Source code quote in JavaScript303

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

Check similar quotes

Share this quote