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