JavaScript Window scrollY
JavaScript Window scrollY
The scrollY property is used to return the pixels a document has scrolled from the upper left corner of the window. This property is equal to the pageYOffset property. It is a read-only property.
Syntax:-
Its syntax is:- window.scrollY OR scrollY
Return:-
Its return is:- number of pixels document has scrolled from upper left corner of the window