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