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