en.javascript.info/2-ui/1-document/05-basic-dom-node-properties/4-where-document-in-hierarchy/task.md
2018-02-05 17:04:01 +01:00

11 lines
214 B
Markdown

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