clear list item javascript? code example
Example: js clear a created list
function removeAll(){
document.getElementById("checkList").innerHTML = "";
}
function removeAll(){
document.getElementById("checkList").innerHTML = "";
}