// your code goes herelet text="";for (let x=0; x<8; x++){text +="this is "+x+ "<br>"} console.log(text);
Standard input is empty
this is 0<br>this is 1<br>this is 2<br>this is 3<br>this is 4<br>this is 5<br>this is 6<br>this is 7<br>
The brand new service which powers Ideone!
Widget for compiling and running the source code in a web browser!