fork(1) download
  1. // your code goes here
  2. let y="";
  3. let x=15;
  4. while(x<50)
  5. {y+=x; x++};
  6. console.log(y)
Success #stdin #stdout 0.02s 16636KB
stdin
Standard input is empty
stdout
1516171819202122232425262728293031323334353637383940414243444546474849