Skip to content

Commit

Permalink
restructuring files
Browse files Browse the repository at this point in the history
  • Loading branch information
Asabeneh committed Jan 4, 2020
1 parent 35abce5 commit 075d412
Show file tree
Hide file tree
Showing 7 changed files with 15 additions and 5 deletions.
Binary file added 01_Day/Day -1 – 1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
8 changes: 5 additions & 3 deletions 02_Day/02_day_strings.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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 added 02_Day/day_1_2.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
6 changes: 5 additions & 1 deletion 03_Day/03_booleans_operators_date.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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 added 03_Day/day_1_3.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/day_1_1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
6 changes: 5 additions & 1 deletion readMe.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down Expand Up @@ -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_
Expand All @@ -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)

0 comments on commit 075d412

Please sign in to comment.