Skip to content

Comparing two unordered JSON with the same keys and values and displaying the countries details 

Notifications You must be signed in to change notification settings

Evanjalin-K/Day-3-Task

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Day 3 Task

Comparing two unordered JSON with the same keys and values and displaying the countries by using html and JavaScript:

  1. Comparing two unordered JSON with the same keys and values:
    1. Here we have compared the two objects by using the arrowFunction to get the exact result as expected
    2. Get the code in the ComparingJson.js folder
  2. Display the details of all the countries names, subregions and populations:
    1. Created an html file and added script.js
    2. In script.js added the needed code to get the countries data from restcountries_API and dispalyed few details of all the countries like names, regions,subregions and populations
    3. Get the code in the Display_Details folder
  3. Display the flags of all the countries:
    1. Created an html file and added script.js
    2. In script.js added the needed code to get the countries data from restcountries_API and dispalyed all the countries flags
    3. Get the code in the Display_Flags folder

About

Comparing two unordered JSON with the same keys and values and displaying the countries details 

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published