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
- Host: GitHub
- URL: https://github.com/nivetharajkumar/day-7-task
- Owner: NivethaRajkumar
- Created: 2024-04-01T18:42:48.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-04-02T07:52:02.000Z (about 1 year ago)
- Last Synced: 2025-01-22T09:32:24.990Z (4 months ago)
- Topics: array
- Language: JavaScript
- Homepage:
- Size: 1.95 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.