// your code goes herei=0do{ console.log (i); i++;} while(i < 3) { console.log ("123");}
Standard input is empty
0 1 2 123
The brand new service which powers Ideone!
Widget for compiling and running the source code in a web browser!