Bagaimana cara meminta cuti di JS

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