티스토리 뷰

<!DOCTYPE html>
<html>
<body>

<h2>window.alert 활용 알림창 띄우기 </h2>

<script>
window.alert(5 + 6);
</script>

</body>
</html>

 

 

window 를 생략하고 그냥 alert 라고 해도 됩니다. 

댓글