0 / 60 seg.

What event is fired when the user scrolls the scrollbar in the browser window?

window.addEventListener('_____', function(){
  console.log("The window has been scrolled");
});