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