How do you remove an element from the DOM?
_____;
element.delete()
element.destroy()
element.removeElement()
element.remove()