What does the .removeChild()
instruction do?
- It removes a child element that's nested inside a parent element
- It nests a child element inside a parent element
- It does nothing, it's not a valid instruction
It removes a child element that's nested inside a parent element.