JavaScript Tutorial in Hindi for Beginners [Part 70] - Screen object in JavaScript

Tech Gun
Youtube
Related Topic
:- Javascript Web Development

 In this video i will talk about Screen object in JavaScript. The Screen object provides the attributes of the screen on which the current window is being rendered. To access the Screen object, you use the screen property of the window object: The Screen object is typically used by the web analytic software like Google Analytics to collect information of the client device on which the web browsers are running. The window.screen object can be written without the window prefix. 

Comments