pull/44/head
Asabeneh 6 years ago
parent be2c8ce1a2
commit 6adedd1b7b

@ -18,6 +18,9 @@
</div> </div>
[<< Day 8](https://github.com/Asabeneh/30DaysOfJavaScript/blob/master/08_Day/08_day_objects.md) | [Day 10 >>](#) [<< Day 8](https://github.com/Asabeneh/30DaysOfJavaScript/blob/master/08_Day/08_day_objects.md) | [Day 10 >>](#)
![Day 5](../images/banners/day_1_9.png)
- [Day 9](#day-9) - [Day 9](#day-9)
- [Higher Order Function](#higher-order-function) - [Higher Order Function](#higher-order-function)
- [Callback](#callback) - [Callback](#callback)
@ -513,9 +516,7 @@ console.log(users); // sorted ascending
(91, 'English'), (91, 'English'),
(45, 'French'), (45, 'French'),
(25, 'Arabic') (25, 'Arabic')
] ]```
```
36. \*\*\* Use countries_data.js file create a function which create the ten most populated countries 36. \*\*\* Use countries_data.js file create a function which create the ten most populated countries

Loading…
Cancel
Save