w3 js resize event

JavaScript
window.resize = event => {
  // Code here
};
Source

Also in JavaScript: