사용자로부터 값을 전달받음
사용자에게 경고 메세지를 표시
사용자의 확인을 요구
예시
const number = parseInt(prompt("몇 명이 참가하나요?"), 10); alert(number); const yesOrNo = confirm("맞나요?");