When you’re writing JS on a webpage, what is the name of the global variable that represents the DOM?
Note
When we are writing JS on a webpage, document is the name of the global variable that represents the DOM.
When we are writing JS on a webpage, document is the name of the global variable that represents the DOM.