Nandini-Jayaram / Day7

Array Methods : Solve problems using array functions on rest countries data

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

This section covers the below projects

ARRAY METHODS

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

About

Array Methods : Solve problems using array functions on rest countries data


Languages

Language:JavaScript 86.2%Language:HTML 11.8%Language:CSS 2.1%