Skip to content

kumaresh231299/Day-7-Task

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 

Repository files navigation

                            // Day 7 Task \\

1 Solving problems using array functions on rest countries data(https://restcountries.com/v3.1/all).

    (a) Get all the Contries from Asia continent/region using Filter function

    (b) Get all the countries with a population of less then 2 lakhs using Filter Function

    (c) Print the following details name,capital,flag, using forEach function

    (d) Print the total population of couuntries using reduce function

    (e) Print the country that uses US dollars as currency

Releases

No releases published

Packages

No packages published