Exam Frotnend
Budget: $10 – $30 USD
You will create a program that shows the following functionality:
1. Show all countries with full information. It is only necessary to show the "common name" for the countries and show
only 1 of the flags of the country, png or svg version.
2. Show all countries by "subregion"; see property "subregion" in the objects in the array. The user must write
name of "subregion" in text field. It must be possible to write small and capital letters and also
incomplete text. For example, it should be possible to write "Car" and you should bring up all countries that
has "subregion" with value "Caribbean". If the user does not enter anything, a message must be given that
something must be entered.
3. Show how many inhabitants there are in total in America.
4. Display the country with the most inhabitants in America: must use for-loop and if-condition to find
this.
5. Display the country with the fewest inhabitants in America: must use for-loop and if-condition to find
this.
1. Show all countries with full information. It is only necessary to show the "common name" for the countries and show
only 1 of the flags of the country, png or svg version.
2. Show all countries by "subregion"; see property "subregion" in the objects in the array. The user must write
name of "subregion" in text field. It must be possible to write small and capital letters and also
incomplete text. For example, it should be possible to write "Car" and you should bring up all countries that
has "subregion" with value "Caribbean". If the user does not enter anything, a message must be given that
something must be entered.
3. Show how many inhabitants there are in total in America.
4. Display the country with the most inhabitants in America: must use for-loop and if-condition to find
this.
5. Display the country with the fewest inhabitants in America: must use for-loop and if-condition to find
this.