fork download
  1. // your code goes here
  2. let text="";
  3. for (let x=0; x<8; x++)
  4. {text +=" This is "+ x +",";{ if(x=5){break;} }}
  5.  
  6. console.log(text);
Success #stdin #stdout 0.02s 16720KB
stdin
Standard input is empty
stdout
 This is 0,