How do we remove an element with the .removeChild()
instruction?
- We set the element we want to remove between the parentheses
- We set the ID of the element we want to remove between the parentheses
- We set the type of the element we want to remove between the parentheses
We set the element we want to remove between the parentheses.