prompt('사용자에게 표시할 메세지'); alert('사용자에게 표시할 메세지'); confirm('사용자에게 표시할 메세지');
const 리스너함수 = (event) => { console.log(event.target.value); }