"> Insert title here "> Insert title here ">

image.png

<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<title>Insert title here</title>
<script src="js/test.js"></script>
</head>
<body>

<script type="text/javascript">
	var num=10;
	console.log(num);

	prompt(typeof num);
	alert("알림");
	confirm("확인");
	
	test();
</script>

</body>
</html>