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