Skip to content

Commit f387a37

Browse files
Initial commit 🚀
0 parents  commit f387a37

File tree

121 files changed

+18202
-0
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

121 files changed

+18202
-0
lines changed

.DS_Store

6 KB
Binary file not shown.

2-JS-basics/.DS_Store

6 KB
Binary file not shown.

2-JS-basics/final/.DS_Store

6 KB
Binary file not shown.

2-JS-basics/final/index.html

+13
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
<!DOCTYPE html>
2+
<html lang="en">
3+
<head>
4+
<meta charset="UTF-8">
5+
<title>Section 2: JavaScript Language Basics</title>
6+
</head>
7+
8+
<body>
9+
<h1>Section 2: JavaScript Language Basics</h1>
10+
</body>
11+
12+
<script src="script.js"></script>
13+
</html>

0 commit comments

Comments
 (0)