1. ChildNode.remove()

    DOM node method to remove the node itself from the document.

  2. classList (DOMTokenList)

    Method of easily manipulating classes on elements, using the `DOMTokenList` object.

  3. domtokenlist api: remove: multiple parameters for `remove()`