|
|
|
@ -18,6 +18,9 @@
|
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
[<< Day 8](https://github.com/Asabeneh/30DaysOfJavaScript/blob/master/08_Day/08_day_objects.md) | [Day 10 >>](#)
|
|
|
|
|
|
|
|
|
|

|
|
|
|
|
|
|
|
|
|
- [Day 9](#day-9)
|
|
|
|
|
- [Higher Order Function](#higher-order-function)
|
|
|
|
|
- [Callback](#callback)
|
|
|
|
@ -513,9 +516,7 @@ console.log(users); // sorted ascending
|
|
|
|
|
(91, 'English'),
|
|
|
|
|
(45, 'French'),
|
|
|
|
|
(25, 'Arabic')
|
|
|
|
|
]
|
|
|
|
|
```
|
|
|
|
|
|
|
|
|
|
]```
|
|
|
|
|
|
|
|
|
|
36. \*\*\* Use countries_data.js file create a function which create the ten most populated countries
|
|
|
|
|
|
|
|
|
|