I have an Element, and I can not figure out how to get the HTMLElement from it.
Element
HTMLElement
For example:
A link>
let nodes = document.querySelectorAll('a'); // or let nodes = document.querySelectorAll('a');