Comment demander un congé dans JS

window.onbeforeunload = function(e) {
  return "Do you want to exit this page?";
};
it's Devyansh