Skip to content

Displaying Asia region countries by filter method, Population less than two lakhs countries by filter method, Name, Capital and Flag of the countries by using forEach, Total population of countries by reduce method and USD currencies using countries

Notifications You must be signed in to change notification settings

Evanjalin-K/Day-7-Task

Repository files navigation

Day 7 Task

The task is about getting the specific data from the rest countries URL by using the arrow function, filter, and reduce method

  1. Get all the countries from Asia continent /region using Filter method:
    1. Displayed all the countries from the Asia continent or region using the filter method
    2. Get the code in the AsianCountriesfolder
  2. Get all the countries with a population of less than 2 lakhs using Filter method:
    1. Displayed all the countries with a population of less than two lakhs using the filter method
    2. Get the code in the PopulationLessThanTwoLakhsCountries folder
  3. Get the following details name, capital, flag, using forEach method:
    1. Displayed all the countries name, capital and flag by using forEach method
    2. Get the code in theAllCountriesNameCapitalFlag folder
  4. Get the total population of countries using reduce method:
    1. Displayed the total population of countries using reduce method
    2. Get the code in theTotalPopulation folder
  5. Get the country that uses US dollars as currency:
    1. Displayed the country that uses US dollars as currency
    2. Get the code in the CountriesUsingUSD

About

Displaying Asia region countries by filter method, Population less than two lakhs countries by filter method, Name, Capital and Flag of the countries by using forEach, Total population of countries by reduce method and USD currencies using countries

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published