How do we make the code in the script more readable when removing elements?

We save the parent element and the child element in variablesWe use the document.createElement() instructionWe use the .removeChild() instruction

We save the parent element and the child element in variables.