728x90
반응형
SMALL
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Title</title>
<script>
alert('hello world')
</script>
</head>
<body>
</body>
</html>
728x90
반응형
LIST
'개념 > 혼자 공부하는 Javascript' 카테고리의 다른 글
chapter 3) Using if conditional statements (0) | 2024.11.25 |
---|---|
chapter 2) Example of using increment/decrement operators (0) | 2024.11.24 |
chapter 2) Understanding ball expressions (0) | 2024.11.23 |
chapter 2) Using compound assignment operators (0) | 2024.11.22 |
chapter 5) Array methods and arrow functions (0) | 2024.04.03 |