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

https://github.com/fabianraja/javascript_day7

Array Methods
https://github.com/fabianraja/javascript_day7

array-methods javascript

Last synced: 7 months ago
JSON representation

Array Methods

Awesome Lists containing this project

README

          

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

a. Getting all the countries from Asia continent /region using Filter function

b. Getting all the countries with a population of less than 2 lakhs using Filter function

c. Printing the following details name, capital, flag, using forEach function

d. Printing the total population of countries using reduce function

e. Printing the country that uses US dollars as currency.