Definition: The scrollY property identifies the distance in pixels that the document has already been scrolled vertically. This is not a reserved word so you can declare your own variable or function called scrollY but if you do then you will not be able to use this property.
Examples:
var sY = window.scrollY;

