Skip to content

Commit 73863c4

Browse files
committed
Fourt commit
1 parent 4a064c3 commit 73863c4

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

readme.MD

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

33
Solving problems using array functions on rest countries data (https://restcountries.com/v3.1/all).
4+
45
1.Get all the countries from Asia continent /region using Filter function
6+
57
2.Get all the countries with a population of less than 2 lakhs using Filter function
8+
69
3.Print the following details name, capital, flag, using forEach function
10+
711
4.Print the total population of countries using reduce function
12+
813
5.Print the country that uses US dollars as currency.
14+

0 commit comments

Comments
 (0)