Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/aravind1100/day-3-task
https://github.com/aravind1100/day-3-task
Last synced: 14 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/aravind1100/day-3-task
- Owner: aravind1100
- Created: 2024-03-25T21:33:14.000Z (11 months ago)
- Default Branch: main
- Last Pushed: 2024-03-25T21:40:25.000Z (11 months ago)
- Last Synced: 2024-11-23T08:09:42.647Z (3 months ago)
- Language: JavaScript
- Size: 1.95 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
Task-1 :
How to compare two JSON have the same properties without order.
a. let obj1 = {name:"Person 1",age:5}
b. let obj2 = {age:5,name:"Person 1"}Task-2 :
To display all the country flags in the console
API URL ="https://restcountries.com/v3.1/all"Task-3 :
To print all the countries names,regions,sub-region and populations
using the same API URL.