// your code goes here let name="WILLIAM";let text="";for(x of name){text+= x +","+" "};console.log(text)
Standard input is empty
W, I, L, L, I, A, M,
The brand new service which powers Ideone!
Widget for compiling and running the source code in a web browser!