An open API service indexing awesome lists of open source software.

https://github.com/nivetharajkumar/day-7-task

Day-7-Task
https://github.com/nivetharajkumar/day-7-task

array

Last synced: 2 months ago
JSON representation

Day-7-Task

Awesome Lists containing this project

README

        

DAY-7-Task
Solving problems using array functions on rest countries data (https://restcountries.com/v3.1/all).
Get all the countries from Asia continent /region using Filter function,
Get all the countries with a population of less than 2 lakhs using Filter function,
Print the following details name, capital, flag, using forEach function,
Print the total population of countries using reduce function,
Print the country that uses US dollars as currency.