11 lines
210 B
Markdown
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`?
|