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