remove allChild nodes js code example Example: delete all childs in node while (myNode.firstChild) { myNode.removeChild(myNode.lastChild); }