From b026826c078be6cd63867689f1c90eab98dfb50d Mon Sep 17 00:00:00 2001 From: Asabeneh Date: Sat, 11 Jan 2020 20:17:53 +0200 Subject: [PATCH] day 11 --- 10_Day/10_day_Set_and_Map.md | 6 +++--- 11_Day/11_destructuring_and_spread.md | 2 ++ 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/10_Day/10_day_Set_and_Map.md b/10_Day/10_day_Set_and_Map.md index 53b91995..13335139 100644 --- a/10_Day/10_day_Set_and_Map.md +++ b/10_Day/10_day_Set_and_Map.md @@ -13,7 +13,7 @@ -[<< Day 9](https://github.com/Asabeneh/30DaysOfJavaScript/blob/master/09_Day/09_day_higher_order_functions.md) | [Day 11>>](#) +[<< Day 9](https://github.com/Asabeneh/30DaysOfJavaScript/blob/master/09_Day/09_day_higher_order_functions.md) | [Day 11>>]([#](https://github.com/Asabeneh/30DaysOfJavaScript/blob/master/11_Day/11_destructuring_and_spreading.md)) ![Day 5](../images/banners/day_1_10.png) @@ -380,7 +380,7 @@ Sweden Stockholm Norway Oslo ``` -🌕 You established a big milestone, you are unstoppable.Keep going! You have just completed day 10 challenges and you are 10 steps a head in to your way to greatness. Now do some exercises for your brain and for your muscle. +🌕 You established a big milestone, you are unstoppable. Keep going! You have just completed day 10 challenges and you are 10 steps a head in to your way to greatness. Now do some exercises for your brain and for your muscle. ## Exercises @@ -419,4 +419,4 @@ Norway Oslo 🎉 CONGRATULATIONS ! 🎉 -[<< Day 9](https://github.com/Asabeneh/30DaysOfJavaScript/blob/master/09_Day/09_day_higher_order_functions.md) | [Day 11>>](#) +[<< Day 9](https://github.com/Asabeneh/30DaysOfJavaScript/blob/master/09_Day/09_day_higher_order_functions.md) | [Day 11>>]([#](https://github.com/Asabeneh/30DaysOfJavaScript/blob/master/11_Day/11_destructuring_and_spreading.md)) diff --git a/11_Day/11_destructuring_and_spread.md b/11_Day/11_destructuring_and_spread.md index a73e40c9..11625af9 100644 --- a/11_Day/11_destructuring_and_spread.md +++ b/11_Day/11_destructuring_and_spread.md @@ -524,6 +524,8 @@ console.log(sumAllNums(1, 2, 3,4,5)) ``` +🌕 You achieved quite a lot so far. Now, your level of JavaScript is upper intermediate. Keep going! You have just completed day 11 challenges and you are 11 steps a head in to your way to greatness. Now do some exercises for your brain and for your muscle. + ## Exercise ```js