Definition: The screenX property identifies the distance in pixels that the left edge of the browser window is from the left of the screen. This is not a reserved word so you can declare your own variable or function called screenX but if you do then you will not be able to use this property.
Examples:
var sY = window.screenX;

