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