fork(1) download
  1. // your code goes here
  2. const arr=["a","b","c","d"];
  3. let text="";
  4. for(let x of arr) {text +=x;}
Success #stdin #stdout 0.03s 16716KB
stdin
Standard input is empty
stdout
Standard output is empty