The document object: Selecting HTML elements
The document object helps us perform actions on the HTML Document (web page).
So, if you are trying to code any component in Javascript, you can not do it without using the document object.
For example, when you're trying to code anything in Javascript:
1. You need to