onScrollBottom
What is onScrollBottom?
onScrollBottom is an event that fires when the user scrolls to the bottom of a web page or element.
How to detect onScrollBottom?
To detect onScrollBottom, we can use JavaScript and add an event listener to the window or element.
window.addEventListener('scroll', function() {
if