├── day1
├── second.txt
└── first-file.txt
├── readme.md
└── index.html
/day1/second.txt:
--------------------------------------------------------------------------------
1 | This is the second file
2 |
--------------------------------------------------------------------------------
/day1/first-file.txt:
--------------------------------------------------------------------------------
1 | Everyone is enjoying Git and GitHub lesson.
2 | We are writing some text on the first file.
3 | This is the second line on the first file.
4 |
5 |
--------------------------------------------------------------------------------
/readme.md:
--------------------------------------------------------------------------------
1 | # Git and Git Lesson
2 |
3 | ## Git
4 |
5 | ## GitHub
6 | ### dkdkdkdk
7 |
8 | I love Git and Gith
9 | - DevOps
10 | - Linux
11 | - Python
12 | - Git
13 | - GitHub
14 | - Front End
15 | - HTML
16 | - CSS
17 | - React
18 | - Backend
19 | - Python/Node/Java/PHP
20 | - SQL/MongoDB
21 |
22 | Ordered List
23 | 1. HTML
24 | 2. CSS
25 | 3. JS
26 | 4. React
27 |
28 | ```js
29 |
30 | const names = ['Mikko','Hanna','Sami']
31 |
32 | names.forEach((name) => {
33 | console.log(name)
34 | })
35 |
36 | ```
37 | 
38 |
39 | If you want to learn more about **markdown** check out this [link](https://guides.github.com/features/mastering-markdown/)
40 |
41 | Artificial Intelligence
43 |
44 |
50 |
A fullstack developer based at Helsinki, Finland
23 |Web Development
24 |