Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit b7e9c30

Browse files
[입문 003] - Visual Studio Code로 프로그래밍하기 1 resolve #1
1 parent f11e595 commit b7e9c30

File tree

2 files changed

+14
-0
lines changed

2 files changed

+14
-0
lines changed

‎examples/part1/003.js

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
console.log('Visual Studio Code로 코드 실행해보기 1');
2+
var a = 5;
3+
var b = 2;
4+
console.log(a + b);

‎examples/part1/index.html

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
<!DOCTYPE html>
2+
<html lang="ko">
3+
<head>
4+
<meta charset="UTF-8">
5+
<title>자바스크립트 200제</title>
6+
</head>
7+
<body>
8+
<script type="text/javascript" src="./003.js"></script>
9+
</body>
10+
</html>

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /