restructuring files

pull/16/head
Asabeneh 5 years ago
parent 35abce50bb
commit 075d41207f

Binary file not shown.

After

Width:  |  Height:  |  Size: 74 KiB

@ -4,9 +4,7 @@
[<< 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)
--
![Thirty Days Of JavaScript](../images/30DaysOfJavaScript.png)
![Thirty Days Of JavaScript](./day_1_2.png)
- [📔 Day 2](#%f0%9f%93%94-day-2)
- [Data types](#data-types)
@ -655,6 +653,8 @@ let string = 'love'
console.log(string.repeat(10)) // lovelovelovelovelovelovelovelovelovelove
```
🌕 You have completed day 2 challenge. Now do some exercises for you brain and for your muscle.
# 💻 Day 2: Exercises
## Exercises: String Part
@ -706,4 +706,6 @@ The quote 'There is no exercise better for the heart than reaching down and lift
"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."
```
🎉 CONGRATULATIONS ! 🎉
[<< 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)

Binary file not shown.

After

Width:  |  Height:  |  Size: 75 KiB

@ -2,7 +2,7 @@
[<< Day 2](https://github.com/Asabeneh/30DaysOfJavaScript/blob/master/02_Day/02_day_strings.md) | [Day 4 >>](#)
![Thirty Days Of JavaScript](../images/30DaysOfJavaScript.png)
![Thirty Days Of JavaScript](./day_1_3.png)
- [📔 Day 3](#%f0%9f%93%94-day-3)
- [Booleans](#booleans)
@ -456,6 +456,8 @@ const minutes = now.getMinutes();// return number (0 -59)
console.log(`${date}/${month}/${year} ${hours}:${minutes}`) // 4/1/2020 0:56
```
🌕 You have completed day 3 challenge. Now do some exercises for you brain and for your muscle.
# 💻 Day 3: Exercises
## 1. Exercises: Data types Part
@ -564,4 +566,6 @@ You are 25. You are old enough to drive
2. DD-MM-YYYY HH:mm:ss
3. DD/MM/YYY HH:mm:ss
🎉 CONGRATULATIONS ! 🎉
[<< Day 2](https://github.com/Asabeneh/30DaysOfJavaScript/blob/master/02_Day/02_day_strings.md) | [Day 4 >>](#)

Binary file not shown.

After

Width:  |  Height:  |  Size: 76 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 74 KiB

@ -2,7 +2,7 @@
[Day 2 >>](https://github.com/Asabeneh/30DaysOfJavaScript/blob/master/02_Day/02_day_strings.md)
![Thirty Days Of JavaScript](./images/30DaysOfJavaScript.png)
![Thirty Days Of JavaScript](./images/day_1_1.png)
- [📔Day 1](#%f0%9f%93%94day-1)
- [Introduction](#introduction)
@ -539,6 +539,8 @@ When you run the files on 01-Day folder you should get this:
![Day one](./images/day_1.png)
🌕 You have completed day 1 challenge. Now do some exercises for you brain and for your muscle.
# 💻 Day 1: Exercises
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:
You are 30 years old.
```
🎉 CONGRATULATIONS ! 🎉
[Day 2 >>](https://github.com/Asabeneh/30DaysOfJavaScript/blob/master/02_Day/02_day_strings.md)

Loading…
Cancel
Save