Course · Section 7: JavaScript in the Browser: DOM and Events · Lecture 76: Selecting and Manipulating Elements
Inside `<div id='parent'>` there are two spans. Remove the one with class `remove-me`, leaving the `keep` span in place.
+ 1 hidden test run on Submit.
Element.remove() detaches the node from the DOM in one call.
Run your code to see results.