delete all child of elemlent js code example Example: delete all childs in node while (myNode.firstChild) { myNode.removeChild(myNode.lastChild); }