const list = document.getElementById("players"); // select a <ul /> list.insertAdjacentHTML("beforeend", "<li>Luke</li>");