Exploring the JavaScript Window Object: Document, Embeds, and Fonts

added by JavaScript Kicks
1/15/2020 6:54:05 AM

267 Views

The window object is a global object that has the properties pertaining to the current DOM document, which is the things that are in the tab of a browser. In this article, we'll look at some window.document object and how to use them, including the documentURI, embeds, and the fonts properties.


0 comments