// your code goes hereconst Arr=["William","Ogbuji","John","Mercy"];let text="";for(let x of Arr){text += x+","+" "}; console.log(text)
Standard input is empty
William, Ogbuji, John, Mercy,
The brand new service which powers Ideone!
Widget for compiling and running the source code in a web browser!