is anyone able to tell me what i am doing wrong? The problem is that "ramdom1" is not being added to the array.(nothing is showing up in the text_loot)
Any help would be great, thanks.
var lootArray = [].join("<br>");
lootArray.add("ramdom1");
document.getElementById("text_loot").innerHTML = lootArray;