Given below is your Display monitor resolution size in pixels.
You can get the screen size with screen.width and screen.height properties.
You can get the available screen size with screen.availWidth and screen.availHeight properties.
The Screen interface represents a screen, usually the one on which the current window is being rendered, and is obtained using window.screen. Note that browsers determine which screen to report as current by detecting which screen has the center of the browser window.