File tree Expand file tree Collapse file tree 4 files changed +19
-0
lines changed Expand file tree Collapse file tree 4 files changed +19
-0
lines changed Original file line number Diff line number Diff line change
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 >
Original file line number Diff line number Diff line change
1
+ console . log ( 'Welcome to day 23' )
2
+ console . log ( 'Dom manipulation' )
Original file line number Diff line number Diff line change 93
93
Day 22
94
94
```
95
95
* [ 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
You can’t perform that action at this time.
0 commit comments