How do we call .removeChild()
?
- We start with the parent and then add the child element between parentheses
- We call it just like that, no element needed
- We call it using
document
and then add the child element between parentheses - We only add the child element between parentheses
We start with the parent and then add the child element between parentheses.