how to know size of screen in js realtime code example
Example: js know size of screen
alert("Your screen resolution is: " + screen.width + "x" + screen.height)
alert("Your screen resolution is: " + screen.width + "x" + screen.height)