parentNode returns the parent node of a specified DOM node.
✔ Can return element nodes, document, or document fragments
✔ Works on elements, text nodes, attributes, etc.
✔ Returns null if there is no parent (example: document.parentNode → null)
