Элемент против узла

javascriptconst paragraph = document.querySelector('p');paragraph.nodeType === Node.ELEMENT_NODE; // => true
Modern Macaw