📚 Reference
🔖 Index
let cell = document.getElementById("cell"); while(cell.hasChildNodes()){ cell.removeChild(cell.firstChild); }