What event is fired when the user scrolls the scrollbar in the browser window?
window.addEventListener('_____', function(){
console.log("The window has been scrolled");
});
What event is fired when the user scrolls the scrollbar in the browser window?
window.addEventListener('_____', function(){
console.log("The window has been scrolled");
});