Skip to content

Commit 38854b0

Browse files
committed
Day 23
1 parent 1f93738 commit 38854b0

File tree

4 files changed

+19
-0
lines changed

4 files changed

+19
-0
lines changed

Day 23/css/style.css

Whitespace-only changes.

Day 23/index.html

Lines changed: 13 additions & 0 deletions
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+
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
6+
<title>JavaScript Tutorial</title>
7+
<link rel="stylesheet" href="./css/style.css" />
8+
</head>
9+
<body>
10+
Welcome to JavaScript Tutorials!
11+
<script src="./js/script.js"></script>
12+
</body>
13+
</html>

Day 23/js/script.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
console.log('Welcome to day 23')
2+
console.log('Dom manipulation')

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -93,3 +93,7 @@ Day 21
9393
Day 22
9494
```
9595
* [Day 22](https://blog.nerdjfpb.com/javascript-part-22/) - Object
96+
```
97+
Day 23
98+
```
99+
* [Day 23](https://blog.nerdjfpb.com/javascript-part-23/) - Dom manipulation

0 commit comments

Comments
 (0)