altZanyLvl 1
- Edited
- Windows
What would I put in the quotes at the end to make it go to the next line? I've already tried <br>
and /n
for (let i = 0; i < randomIds.length; i++) {
document.getElementById("idContent").textContent = document.getElementById("idContent").textContent + randomIds[i] + "";
}