// 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 :1I am :2I am :3I am :4
The brand new service which powers Ideone!
Widget for compiling and running the source code in a web browser!