Skip to content

Vishnukchandran/Roadmap-day-3-task

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Day-3-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"};

-->Please check the Object_compare.js file for the code

2.Use the rest countries API URL -> and display all the country flags in the console

-->Code is saved under flags folder

3.Use the same rest countries and print all countries names, regions, sub-region and populations

-->Code is saved under countries folder

About

This is a repository of day 3 task

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published