Skip to content

Latest commit

 

History

History
11 lines (9 loc) · 438 Bytes

README.md

File metadata and controls

11 lines (9 loc) · 438 Bytes

Task 1: Compare JSON Objects Objective: Compare two JSON objects to check if they have the same properties, disregarding the order.

Task 2: Display Countries' Flags Objective: Retrieve data from the Rest Countries API and display all countries' flags in the console.

Task 3: Display Country Information Objective: Fetch data from the Rest Countries API and display each country's name, region, subregion, and population in the console.