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