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