Skip to content

Commit 4a064c3

Browse files
committed
Third commit
1 parent 3c683c7 commit 4a064c3

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

readme.MD

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
This day 7 task contains
22

33
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.

0 commit comments

Comments
 (0)