https://github.com/hawkpraveen/day-7-task
This repo contains Day 7 task of MERN Stack
https://github.com/hawkpraveen/day-7-task
filter foreach-loop javascript map reduce rest-api xmlhttprequest
Last synced: 11 days ago
JSON representation
This repo contains Day 7 task of MERN Stack
- Host: GitHub
- URL: https://github.com/hawkpraveen/day-7-task
- Owner: Hawkpraveen
- Created: 2024-03-30T06:01:14.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-03-30T06:04:50.000Z (about 2 years ago)
- Last Synced: 2025-01-11T13:54:06.927Z (over 1 year ago)
- Topics: filter, foreach-loop, javascript, map, reduce, rest-api, xmlhttprequest
- 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
This repo contains the day 7 task of the MERN Stack.
Day 7 task comprises of the following :
Task 1 --> Solving problems using array functions on rest countries data
Task 1 a) Countries in Continent of Asia
Task 1 b) Countries with a population of less than 2 lakhs
Task 1 c) Printing name, capital, flag, using forEach function
Task 1 d) Total population of all countries
Task 1 e) Print the country that uses US dollars as currency.