Javascript Screen object
Screen object The javascript screen object is the window property that is used to hold information on the browser screen and to display information related to the screen. It is a property of the window object and thus can be written as window.screen or only screen. Properties of Screen Object: PROPERTY USES screen.availWidth To get … Read more