383 Views
Vanilla JavaScript The document and window object are two of the parent objects that we can access with JavaScript. The document object itself is subordinate to the window object. I think everybody knows them, because they are omnipresent especially when developing web apps with vanilla javascript.
0 comments