Skip to content

Harsha-2324/Day-3-Task

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Alt text

This Repository is created for Day 3 Task

  • 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"};

    • Source file is in Folder: JSON_Compare

  • Use the rest countries API URL -> https://restcountries.com/v3.1/all and display all the country flags in the console.

    • Source file is in Folder: JSON_Flags
  • Use the same rest countries and print all country names, regions, sub-region and populations.

    • Source file is in Folder: JSON_Country_Info

About

This repository is created for Day 3 Task in GUVI

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published