// your code goes herelet y="";let x=15;while(x<50){y+=x; x++};console.log(y)
Standard input is empty
1516171819202122232425262728293031323334353637383940414243444546474849
The brand new service which powers Ideone!
Widget for compiling and running the source code in a web browser!