What JavaScript method is used to remove an element with ID myElement from the DOM?
<div id="myElement">Remove this element</div>
_____
What JavaScript method is used to remove an element with ID myElement from the DOM?
<div id="myElement">Remove this element</div>
_____