en.javascript.info/2-ui/1-document/09-size-and-scroll/1-get-scroll-height-bottom/task.md
Ilya Kantor 508969c13f up
2017-02-28 12:54:48 +03:00

365 B

importance: 5


What's the scroll from the bottom?

The elem.scrollTop property is the size of the scrolled out part from the top. How to get "scrollBottom" -- the size from the bottom?

Write the code that works for an arbitrary elem.

P.S. Please check your code: if there's no scroll or the element is fully scrolled down, then it should return 0.