Adicionar texto ao javascript de string


let text = "";
for(let member in list) {
  text += list[member];
}

Colorful Crayfish