Как попросить отпуск в JS

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