Skip to content

JD-janydaniel/Day03

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Task Day03

Task description

  1. How to compare two JSON have the same properties without order?
    • let obj1={name: "persion 1", age:5};
    • let obj2={age:5, name: "person 1"};
  2. Use the rest countries API URl ->https://restcountries.com/v3.1/all and display all the country
    flags inthe console
  3. Use the same rest countries and print all countries names, regions,sub-region populations
  1. I have solved the first question in the Script1.js file and displayed the output in the terminal by using nodejs
  2. And the second, third question were solved in the script.js and by using the index.html file i have displayed the output in the console
  3. I have alsp attached the output screen short in the output file

Link

  1. https://restcountries.com/v3.1/all

Releases

No releases published

Packages

No packages published