Skip to content

Commit

Permalink
day 11
Browse files Browse the repository at this point in the history
  • Loading branch information
Asabeneh committed Jan 11, 2020
1 parent 0c02afb commit b026826
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
6 changes: 3 additions & 3 deletions 10_Day/10_day_Set_and_Map.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
</sub>
</div>

[<< 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)

Expand Down Expand Up @@ -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

Expand Down Expand Up @@ -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))
2 changes: 2 additions & 0 deletions 11_Day/11_destructuring_and_spread.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit b026826

Please sign in to comment.