en.javascript.info/2-ui/1-document/05-basic-dom-node-properties/4-where-document-in-hierarchy/task.md
Ilya Kantor dbf5c7587c minor
2017-03-13 00:21:00 +03:00

11 lines
210 B
Markdown

importance: 4
---
# Where's the "document" in the hierarchy?
Which class the `document` belongs to?
What's its place in the DOM hierarchy?
Does it inherit from `Node` or `Element`, or maybe `HTMLElement`?