File tree 1 file changed +5
-5
lines changed
1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change 1
1
This day 7 task contains
2
2
3
3
Solving problems using array functions on rest countries data (https://restcountries.com/v3.1/all ).
4
- Get all the countries from Asia continent /region using Filter function
5
- Get all the countries with a population of less than 2 lakhs using Filter function
6
- Print the following details name, capital, flag, using forEach function
7
- Print the total population of countries using reduce function
8
- Print the country that uses US dollars as currency.
4
+ 1. Get all the countries from Asia continent /region using Filter function
5
+ 2. Get all the countries with a population of less than 2 lakhs using Filter function
6
+ 3. Print the following details name, capital, flag, using forEach function
7
+ 4. Print the total population of countries using reduce function
8
+ 5. Print the country that uses US dollars as currency.
You can’t perform that action at this time.
0 commit comments