fork download
  1. // your code goes here
  2. let text="";
  3. let x=0;
  4. do{text +=x; x++;}
  5. while(x<10)
  6. console.log(text)
Success #stdin #stdout 0.03s 16820KB
stdin
Standard input is empty
stdout
0123456789