What's wrong with this code?

It calls body.removeChild() with an ID value, not an elementIt calls body.removeChild() with the wrong IDIt calls body.removeChild() with an element typeIt calls body.removeChild() when there is no child element

It calls body.removeChild() with an ID value, not an element.