+ 4
What 'document' mean in JavaScript is it a function, method, or anything else?
2 Réponses
+ 13
a "document" is an object. It is responsible for the html document that is loaded into the window (browser)
+ 5
The answer to this is directly in the first chapter of JavaScript DOM tutorial. Please review the course before asking next time.