Skip to content

manoj-hubgit/zenclass-day-7-task

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

Rest Countries Data Analysis This project involves analyzing data from the Rest Countries API using JavaScript array functions.

Tasks: Get all countries from the Asia continent/region using the Filter function. Get all countries with a population of less than 2 lakhs using the Filter function. Print name, capital, and flag details using the forEach function. Calculate and print the total population of countries using the reduce function. Identify the country/countries that use US dollars as currency.