fork(1) download
  1. // your code goes here
  2. let i="william";
  3. let text="";
  4. for( j of i)
  5. {text+=j+","+" "};
  6. console.log(text)
Success #stdin #stdout 0.03s 16344KB
stdin
Standard input is empty
stdout
w, i, l, l, i, a, m,