๋ฐ์ํ
[์ถ์ฒ-์ ํ๋ธ ๋ ธ๋ง๋ ์ฝ๋ Nomad Coders]
index.html
<!DOCTYPE html>
<html>
<head>
<title>Something</title>
<link rel="stylesheet" href="index.css" />
</head>
<body>
<h1>This works!</h1>
<script src="index.js"></script>
</body>
</html>
index.css
body {
background-color: peru;
}
h1 {
color: white;
}
index.js
console.log('Im Working. Im JS. Im Beautiful. Im worth it');
๋ฐ์ํ
'JavaScript > Vanilla JS' ์นดํ ๊ณ ๋ฆฌ์ ๋ค๋ฅธ ๊ธ
[๋ฐ๋๋ผJS๋ก ํฌ๋กฌ ์ฑ ๋ง๋ค๊ธฐ] let, const, var (0) | 2021.02.25 |
---|---|
[๋ฐ๋๋ผJS๋ก ํฌ๋กฌ ์ฑ ๋ง๋ค๊ธฐ] Your first JS Variable(๋ณ์!) (0) | 2021.02.25 |
[๋ฐ๋๋ผJS๋ก ํฌ๋กฌ ์ฑ ๋ง๋ค๊ธฐ] VanillaJS (0) | 2021.02.24 |
[๋ฐ๋๋ผJS๋ก ํฌ๋กฌ ์ฑ ๋ง๋ค๊ธฐ] ES5, ES6 ES....WTF!?!?! (0) | 2021.02.23 |
[๋ฐ๋๋ผJS๋ก ํฌ๋กฌ ์ฑ ๋ง๋ค๊ธฐ] Super Powers of JS (0) | 2021.02.23 |
๋๊ธ