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