The [[mdn>Web/API/HTMLElement|HTMLElement]] it was called on, thus allowing for command chaining.
===== Examples =====
A simple example could look like this:
document.getElementById('foo').empty();
===== More information =====
* [[mdn>Web/API/Node/removeChild|Node: removeChild() method]] on MDN.