Skip to content

Latest commit

 

History

History
12 lines (11 loc) · 799 Bytes

File metadata and controls

12 lines (11 loc) · 799 Bytes

DAY 03 TASK

  1. Comparing JSON without order.
    1. Completed in the file comparingJSON.js
  2. Display Flags for all the countries.
    1. Created HTML file and added script.js
    2. In script.js, added all the codes to get the data from restcountries API and display all countries flags.
    3. the code is in the DISPLAY FLAGS folder.
  3. Display Name, Region, Sub-region, Population of all the countries.
    1. Created HTML file and added script.js
    2. In script.js, added all the codes to get the data from restcountries API and display all countries names, regions, sub-regions and populations.
    3. The code is in the DISPLAY DETAILS folder.