added link to countries_data.js file for easy navigation

pull/880/head
Henry Hart Alegrado 1 year ago
parent abcd759d60
commit 09aa47eb2b

@ -639,7 +639,7 @@ const products = [
````
3. Use countries_data.js file create a function which create the ten most populated countries
3. Use [countries_data.js](https://github.com/Asabeneh/30-Days-Of-JavaScript/blob/master/09_Day_Higher_order_functions/09_day_starter/data/countries_data.js) file create a function which create the ten most populated countries
````js
console.log(mostPopulatedCountries(countries, 10))

Loading…
Cancel
Save