반응형
index.html
<!DOCTYPE HTML>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width">
<link href="style.css" rel="stylesheet" type="text/css" />
<script src="index.js" defer></script>
<title>MY HTML</title>
</head>
<body>
</body>
</html>
index.js
console.log("hello");
반응형
'개발 > JavaScript' 카테고리의 다른 글
자바스크립트 프로미스 - Promise all, race (0) | 2021.07.31 |
---|---|
자바스크립트 프로미스 - Promise resolve, reject (0) | 2021.07.29 |
자바스크립트 - 매개변수 기본값 (Default Function Parameter) (0) | 2021.07.26 |
자바스크립트 - 단축 속성명 (Shorthand Property Names) (0) | 2021.07.25 |
파일 선택(input)과 버튼 연결하기 (1) | 2021.06.27 |
댓글