요거 콘솔에 엔터치고 


디시랑 유튜브 확인해봐라 ㅇㅅㅇ ㅋㅋ


window.onbeforeunload = function(event) {

  var text = '응기잇!';

  event.returnValue = text; 

  return text;

};