Skip to content

Commit 075d412

Browse files
committed
restructuring files
1 parent 35abce5 commit 075d412

7 files changed

Lines changed: 15 additions & 5 deletions

File tree

01_Day/Day -1 – 1.png

74.5 KB
Loading

02_Day/02_day_strings.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,7 @@
44
[<< Day 1](https://github.com/Asabeneh/30DaysOfJavaScript/blob/master/readMe.md) | [Day 3 >>](https://github.com/Asabeneh/30DaysOfJavaScript/blob/master/03_Day/03_booleans_operators_date.md)
55
--
66

7-
![Thirty Days Of JavaScript](../images/30DaysOfJavaScript.png)
8-
9-
7+
![Thirty Days Of JavaScript](./day_1_2.png)
108

119
- [📔 Day 2](#%f0%9f%93%94-day-2)
1210
- [Data types](#data-types)
@@ -655,6 +653,8 @@ let string = 'love'
655653
console.log(string.repeat(10)) // lovelovelovelovelovelovelovelovelovelove
656654
```
657655

656+
🌕 You have completed day 2 challenge. Now do some exercises for you brain and for your muscle.
657+
658658
# 💻 Day 2: Exercises
659659

660660
## Exercises: String Part
@@ -706,4 +706,6 @@ The quote 'There is no exercise better for the heart than reaching down and lift
706706
"Love is not patronizing and charity isn't about pity, it is about love. Charity and love are the same -- with charity you give love, so don't just give money but reach out your hand instead."
707707
```
708708

709+
🎉 CONGRATULATIONS ! 🎉
710+
709711
[<< Day 1](https://github.com/Asabeneh/30DaysOfJavaScript/blob/master/readMe.md) | [Day 3 >>](https://github.com/Asabeneh/30DaysOfJavaScript/blob/master/03_Day/03_booleans_operators_date.md)

02_Day/day_1_2.png

75.4 KB
Loading

03_Day/03_booleans_operators_date.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
[<< Day 2](https://github.com/Asabeneh/30DaysOfJavaScript/blob/master/02_Day/02_day_strings.md) | [Day 4 >>](#)
44

5-
![Thirty Days Of JavaScript](../images/30DaysOfJavaScript.png)
5+
![Thirty Days Of JavaScript](./day_1_3.png)
66

77
- [📔 Day 3](#%f0%9f%93%94-day-3)
88
- [Booleans](#booleans)
@@ -456,6 +456,8 @@ const minutes = now.getMinutes();// return number (0 -59)
456456
console.log(`${date}/${month}/${year} ${hours}:${minutes}`) // 4/1/2020 0:56
457457
```
458458

459+
🌕 You have completed day 3 challenge. Now do some exercises for you brain and for your muscle.
460+
459461
# 💻 Day 3: Exercises
460462

461463
## 1. Exercises: Data types Part
@@ -564,4 +566,6 @@ You are 25. You are old enough to drive
564566
2. DD-MM-YYYY HH:mm:ss
565567
3. DD/MM/YYY HH:mm:ss
566568
569+
🎉 CONGRATULATIONS ! 🎉
570+
567571
[<< Day 2](https://github.com/Asabeneh/30DaysOfJavaScript/blob/master/02_Day/02_day_strings.md) | [Day 4 >>](#)

03_Day/day_1_3.png

75.6 KB
Loading

images/day_1_1.png

74.5 KB
Loading

readMe.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
[Day 2 >>](https://github.com/Asabeneh/30DaysOfJavaScript/blob/master/02_Day/02_day_strings.md)
44

5-
![Thirty Days Of JavaScript](./images/30DaysOfJavaScript.png)
5+
![Thirty Days Of JavaScript](./images/day_1_1.png)
66

77
- [📔Day 1](#%f0%9f%93%94day-1)
88
- [Introduction](#introduction)
@@ -539,6 +539,8 @@ When you run the files on 01-Day folder you should get this:
539539
540540
![Day one](./images/day_1.png)
541541
542+
🌕 You have completed day 1 challenge. Now do some exercises for you brain and for your muscle.
543+
542544
# 💻 Day 1: Exercises
543545
544546
1. Write a single line comment which says, _comments can make code readable_
@@ -560,4 +562,6 @@ When you run the files on 01-Day folder you should get this:
560562
You are 30 years old.
561563
```
562564
565+
🎉 CONGRATULATIONS ! 🎉
566+
563567
[Day 2 >>](https://github.com/Asabeneh/30DaysOfJavaScript/blob/master/02_Day/02_day_strings.md)

0 commit comments

Comments
 (0)