Fix linking to the previous and the next day

Also fix the the output codeblock for the excercise Level 3.
pull/116/head
Tuomo 5 years ago committed by GitHub
parent ff64df9419
commit 965df37184
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -434,18 +434,16 @@ const countries = ['Finland', 'Sweden', 'Norway']
// Your output should look like this
console.log(mostSpokenLanguages(countries, 3))
```
[
{'English':91},
{'French':45},
{'Arabic':25}
]
```
```js
[
{ 'English': 91 },
{ 'French': 45 },
{ 'Arabic': 25 }
]
```
🎉 CONGRATULATIONS ! 🎉
[<< Day 9](../09_Day_Higher_order_functions/09_day_higher_order_functions.md) | [Day 11>>](../11_Day_Destructuring_and_spreading/11_day_destructuring_and_spreading.md)
```

Loading…
Cancel
Save