diff --git a/02_Day/02_day_strings.md b/02_Day/02_day_strings.md index 270875d2..a763735c 100644 --- a/02_Day/02_day_strings.md +++ b/02_Day/02_day_strings.md @@ -22,6 +22,7 @@ - [String Methods](#string-methods) - [💻 Day 2: Exercises](#%f0%9f%92%bb-day-2-exercises) - [Exercises: String Part](#exercises-string-part) + - [<< Day 1 | Day 3 >>](#ltlt-day-1--day-3-gtgt-1) # 📔 Day 2 @@ -653,7 +654,7 @@ 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. +🌕 You are awesome. You have just completed day 2 challenge and you are two steps a head in to your way to greatness. Now do some exercises for your brain and for your muscle. # 💻 Day 2: Exercises @@ -709,3 +710,4 @@ The quote 'There is no exercise better for the heart than reaching down and lift 🎉 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) +-- diff --git a/03_Day/03_booleans_operators_date.md b/03_Day/03_booleans_operators_date.md index 954c034f..e3264ab9 100644 --- a/03_Day/03_booleans_operators_date.md +++ b/03_Day/03_booleans_operators_date.md @@ -458,7 +458,7 @@ 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. +🌕 You have boundless energy. You have just completed day 3 challenge and you are three steps a head in to your way to greatness. Now do some exercises for your brain and for your muscle. # 💻 Day 3: Exercises diff --git a/readMe.md b/readMe.md index e41b3848..c20125d1 100644 --- a/readMe.md +++ b/readMe.md @@ -541,7 +541,7 @@ 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. +🌕 You are amazing. You have just completed day 1 challenge and you are in your way to greatness. Now do some exercises for your brain and for your muscle. # 💻 Day 1: Exercises