das geht nicht:
var option = document.createElement("option");
option.setAttribute("value", "test");
option.innerHTML = "test";
document.getElementById("skill_" + i).append(option);
das geht nicht:
var option = document.createElement("option");
option.setAttribute("value", "test");
option.innerHTML = "test";
document.getElementById("skill_" + i).append(option);