Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/aravind1100/day-3-task


https://github.com/aravind1100/day-3-task

Last synced: 14 days ago
JSON representation

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.