0 / 60 seg.

What event is fired when the browser window is resized?

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