1. 경고창으로 메시지 출력하기 alert("메시지 내용"); 2. 문서에 메시지 출력하기 document.write("메시지 내용"); 3. 콘솔에 메시지 출력하기 console.log("메시지 내용"); 4. 실제 html 페이지에 구현