How do we make the code in the script more readable when removing elements?
document.createElement()
.removeChild()
We save the parent element and the child element in variables.