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