This update introduces a comprehensive Turkish localization for the 30 Days of JavaScript series. All folder and file names have been translated into Turkish using appropriate software terminology. The project structure is now more accessible and user-friendly for Turkish-speaking learners, allowing them to follow the content in their native language from start to finish.pull/997/head
@ -1,17 +1,17 @@
|
|||||||
<!DOCTYPE html>
|
<!DOCTYPE html>
|
||||||
<html lang="en">
|
<html lang="en">
|
||||||
|
|
||||||
<head>
|
<head>
|
||||||
<title>30DaysOfJavaScript:06 Day </title>
|
<title>30DaysOfJavaScript:06 Day </title>
|
||||||
</head>
|
</head>
|
||||||
|
|
||||||
<body>
|
<body>
|
||||||
<h1>30DaysOfJavaScript:06 Day</h1>
|
<h1>30DaysOfJavaScript:06 Day</h1>
|
||||||
<h2>Loops</h2>
|
<h2>Loops</h2>
|
||||||
|
|
||||||
<script src="./data/countries.js"></script>
|
<script src="./data/countries.js"></script>
|
||||||
<script src="./scripts/main.js"></script>
|
<script src="./scripts/main.js"></script>
|
||||||
|
|
||||||
</body>
|
</body>
|
||||||
|
|
||||||
</html>
|
</html>
|
@ -1,17 +1,17 @@
|
|||||||
<!DOCTYPE html>
|
<!DOCTYPE html>
|
||||||
<html lang="en">
|
<html lang="en">
|
||||||
|
|
||||||
<head>
|
<head>
|
||||||
<title>30DaysOfJavaScript:07 Day </title>
|
<title>30DaysOfJavaScript:07 Day </title>
|
||||||
</head>
|
</head>
|
||||||
|
|
||||||
<body>
|
<body>
|
||||||
<h1>30DaysOfJavaScript:07 Day</h1>
|
<h1>30DaysOfJavaScript:07 Day</h1>
|
||||||
<h2>Functions</h2>
|
<h2>Functions</h2>
|
||||||
|
|
||||||
<script src="./data/countries.js"></script>
|
<script src="./data/countries.js"></script>
|
||||||
<script src="./scripts/main.js"></script>
|
<script src="./scripts/main.js"></script>
|
||||||
|
|
||||||
</body>
|
</body>
|
||||||
|
|
||||||
</html>
|
</html>
|
@ -1,17 +1,17 @@
|
|||||||
<!DOCTYPE html>
|
<!DOCTYPE html>
|
||||||
<html lang="en">
|
<html lang="en">
|
||||||
|
|
||||||
<head>
|
<head>
|
||||||
<title>30DaysOfJavaScript:08 Day </title>
|
<title>30DaysOfJavaScript:08 Day </title>
|
||||||
</head>
|
</head>
|
||||||
|
|
||||||
<body>
|
<body>
|
||||||
<h1>30DaysOfJavaScript:08 Day</h1>
|
<h1>30DaysOfJavaScript:08 Day</h1>
|
||||||
<h2>Objects</h2>
|
<h2>Objects</h2>
|
||||||
|
|
||||||
<script src="./data/countries_data.js"></script>
|
<script src="./data/countries_data.js"></script>
|
||||||
<script src="./scripts/main.js"></script>
|
<script src="./scripts/main.js"></script>
|
||||||
|
|
||||||
</body>
|
</body>
|
||||||
|
|
||||||
</html>
|
</html>
|
@ -1,17 +1,17 @@
|
|||||||
<!DOCTYPE html>
|
<!DOCTYPE html>
|
||||||
<html lang="en">
|
<html lang="en">
|
||||||
|
|
||||||
<head>
|
<head>
|
||||||
<title>30DaysOfJavaScript:09 Day </title>
|
<title>30DaysOfJavaScript:09 Day </title>
|
||||||
</head>
|
</head>
|
||||||
|
|
||||||
<body>
|
<body>
|
||||||
<h1>30DaysOfJavaScript:09 Day</h1>
|
<h1>30DaysOfJavaScript:09 Day</h1>
|
||||||
<h2>Functional Programming</h2>
|
<h2>Functional Programming</h2>
|
||||||
|
|
||||||
<script src="./data/countries_data.js"></script>
|
<script src="./data/countries_data.js"></script>
|
||||||
<script src="./scripts/main.js"></script>
|
<script src="./scripts/main.js"></script>
|
||||||
|
|
||||||
</body>
|
</body>
|
||||||
|
|
||||||
</html>
|
</html>
|
Before Width: | Height: | Size: 536 KiB After Width: | Height: | Size: 536 KiB |
Before Width: | Height: | Size: 536 KiB After Width: | Height: | Size: 536 KiB |
Before Width: | Height: | Size: 866 KiB After Width: | Height: | Size: 866 KiB |
Before Width: | Height: | Size: 315 KiB After Width: | Height: | Size: 315 KiB |
Before Width: | Height: | Size: 1.7 MiB After Width: | Height: | Size: 1.7 MiB |
Before Width: | Height: | Size: 373 KiB After Width: | Height: | Size: 373 KiB |
@ -1,195 +1,195 @@
|
|||||||
const countries = [
|
const countries = [
|
||||||
'Afghanistan',
|
'Afghanistan',
|
||||||
'Albania',
|
'Albania',
|
||||||
'Algeria',
|
'Algeria',
|
||||||
'Andorra',
|
'Andorra',
|
||||||
'Angola',
|
'Angola',
|
||||||
'Antigua and Barbuda',
|
'Antigua and Barbuda',
|
||||||
'Argentina',
|
'Argentina',
|
||||||
'Armenia',
|
'Armenia',
|
||||||
'Australia',
|
'Australia',
|
||||||
'Austria',
|
'Austria',
|
||||||
'Azerbaijan',
|
'Azerbaijan',
|
||||||
'Bahamas',
|
'Bahamas',
|
||||||
'Bahrain',
|
'Bahrain',
|
||||||
'Bangladesh',
|
'Bangladesh',
|
||||||
'Barbados',
|
'Barbados',
|
||||||
'Belarus',
|
'Belarus',
|
||||||
'Belgium',
|
'Belgium',
|
||||||
'Belize',
|
'Belize',
|
||||||
'Benin',
|
'Benin',
|
||||||
'Bhutan',
|
'Bhutan',
|
||||||
'Bolivia',
|
'Bolivia',
|
||||||
'Bosnia and Herzegovina',
|
'Bosnia and Herzegovina',
|
||||||
'Botswana',
|
'Botswana',
|
||||||
'Brazil',
|
'Brazil',
|
||||||
'Brunei',
|
'Brunei',
|
||||||
'Bulgaria',
|
'Bulgaria',
|
||||||
'Burkina Faso',
|
'Burkina Faso',
|
||||||
'Burundi',
|
'Burundi',
|
||||||
'Cambodia',
|
'Cambodia',
|
||||||
'Cameroon',
|
'Cameroon',
|
||||||
'Canada',
|
'Canada',
|
||||||
'Cape Verde',
|
'Cape Verde',
|
||||||
'Central African Republic',
|
'Central African Republic',
|
||||||
'Chad',
|
'Chad',
|
||||||
'Chile',
|
'Chile',
|
||||||
'China',
|
'China',
|
||||||
'Colombi',
|
'Colombi',
|
||||||
'Comoros',
|
'Comoros',
|
||||||
'Congo (Brazzaville)',
|
'Congo (Brazzaville)',
|
||||||
'Congo',
|
'Congo',
|
||||||
'Costa Rica',
|
'Costa Rica',
|
||||||
"Cote d'Ivoire",
|
"Cote d'Ivoire",
|
||||||
'Croatia',
|
'Croatia',
|
||||||
'Cuba',
|
'Cuba',
|
||||||
'Cyprus',
|
'Cyprus',
|
||||||
'Czech Republic',
|
'Czech Republic',
|
||||||
'Denmark',
|
'Denmark',
|
||||||
'Djibouti',
|
'Djibouti',
|
||||||
'Dominica',
|
'Dominica',
|
||||||
'Dominican Republic',
|
'Dominican Republic',
|
||||||
'East Timor (Timor Timur)',
|
'East Timor (Timor Timur)',
|
||||||
'Ecuador',
|
'Ecuador',
|
||||||
'Egypt',
|
'Egypt',
|
||||||
'El Salvador',
|
'El Salvador',
|
||||||
'Equatorial Guinea',
|
'Equatorial Guinea',
|
||||||
'Eritrea',
|
'Eritrea',
|
||||||
'Estonia',
|
'Estonia',
|
||||||
'Ethiopia',
|
'Ethiopia',
|
||||||
'Fiji',
|
'Fiji',
|
||||||
'Finland',
|
'Finland',
|
||||||
'France',
|
'France',
|
||||||
'Gabon',
|
'Gabon',
|
||||||
'Gambia, The',
|
'Gambia, The',
|
||||||
'Georgia',
|
'Georgia',
|
||||||
'Germany',
|
'Germany',
|
||||||
'Ghana',
|
'Ghana',
|
||||||
'Greece',
|
'Greece',
|
||||||
'Grenada',
|
'Grenada',
|
||||||
'Guatemala',
|
'Guatemala',
|
||||||
'Guinea',
|
'Guinea',
|
||||||
'Guinea-Bissau',
|
'Guinea-Bissau',
|
||||||
'Guyana',
|
'Guyana',
|
||||||
'Haiti',
|
'Haiti',
|
||||||
'Honduras',
|
'Honduras',
|
||||||
'Hungary',
|
'Hungary',
|
||||||
'Iceland',
|
'Iceland',
|
||||||
'India',
|
'India',
|
||||||
'Indonesia',
|
'Indonesia',
|
||||||
'Iran',
|
'Iran',
|
||||||
'Iraq',
|
'Iraq',
|
||||||
'Ireland',
|
'Ireland',
|
||||||
'Israel',
|
'Israel',
|
||||||
'Italy',
|
'Italy',
|
||||||
'Jamaica',
|
'Jamaica',
|
||||||
'Japan',
|
'Japan',
|
||||||
'Jordan',
|
'Jordan',
|
||||||
'Kazakhstan',
|
'Kazakhstan',
|
||||||
'Kenya',
|
'Kenya',
|
||||||
'Kiribati',
|
'Kiribati',
|
||||||
'Korea, North',
|
'Korea, North',
|
||||||
'Korea, South',
|
'Korea, South',
|
||||||
'Kuwait',
|
'Kuwait',
|
||||||
'Kyrgyzstan',
|
'Kyrgyzstan',
|
||||||
'Laos',
|
'Laos',
|
||||||
'Latvia',
|
'Latvia',
|
||||||
'Lebanon',
|
'Lebanon',
|
||||||
'Lesotho',
|
'Lesotho',
|
||||||
'Liberia',
|
'Liberia',
|
||||||
'Libya',
|
'Libya',
|
||||||
'Liechtenstein',
|
'Liechtenstein',
|
||||||
'Lithuania',
|
'Lithuania',
|
||||||
'Luxembourg',
|
'Luxembourg',
|
||||||
'Macedonia',
|
'Macedonia',
|
||||||
'Madagascar',
|
'Madagascar',
|
||||||
'Malawi',
|
'Malawi',
|
||||||
'Malaysia',
|
'Malaysia',
|
||||||
'Maldives',
|
'Maldives',
|
||||||
'Mali',
|
'Mali',
|
||||||
'Malta',
|
'Malta',
|
||||||
'Marshall Islands',
|
'Marshall Islands',
|
||||||
'Mauritania',
|
'Mauritania',
|
||||||
'Mauritius',
|
'Mauritius',
|
||||||
'Mexico',
|
'Mexico',
|
||||||
'Micronesia',
|
'Micronesia',
|
||||||
'Moldova',
|
'Moldova',
|
||||||
'Monaco',
|
'Monaco',
|
||||||
'Mongolia',
|
'Mongolia',
|
||||||
'Morocco',
|
'Morocco',
|
||||||
'Mozambique',
|
'Mozambique',
|
||||||
'Myanmar',
|
'Myanmar',
|
||||||
'Namibia',
|
'Namibia',
|
||||||
'Nauru',
|
'Nauru',
|
||||||
'Nepal',
|
'Nepal',
|
||||||
'Netherlands',
|
'Netherlands',
|
||||||
'New Zealand',
|
'New Zealand',
|
||||||
'Nicaragua',
|
'Nicaragua',
|
||||||
'Niger',
|
'Niger',
|
||||||
'Nigeria',
|
'Nigeria',
|
||||||
'Norway',
|
'Norway',
|
||||||
'Oman',
|
'Oman',
|
||||||
'Pakistan',
|
'Pakistan',
|
||||||
'Palau',
|
'Palau',
|
||||||
'Panama',
|
'Panama',
|
||||||
'Papua New Guinea',
|
'Papua New Guinea',
|
||||||
'Paraguay',
|
'Paraguay',
|
||||||
'Peru',
|
'Peru',
|
||||||
'Philippines',
|
'Philippines',
|
||||||
'Poland',
|
'Poland',
|
||||||
'Portugal',
|
'Portugal',
|
||||||
'Qatar',
|
'Qatar',
|
||||||
'Romania',
|
'Romania',
|
||||||
'Russia',
|
'Russia',
|
||||||
'Rwanda',
|
'Rwanda',
|
||||||
'Saint Kitts and Nevis',
|
'Saint Kitts and Nevis',
|
||||||
'Saint Lucia',
|
'Saint Lucia',
|
||||||
'Saint Vincent',
|
'Saint Vincent',
|
||||||
'Samoa',
|
'Samoa',
|
||||||
'San Marino',
|
'San Marino',
|
||||||
'Sao Tome and Principe',
|
'Sao Tome and Principe',
|
||||||
'Saudi Arabia',
|
'Saudi Arabia',
|
||||||
'Senegal',
|
'Senegal',
|
||||||
'Serbia and Montenegro',
|
'Serbia and Montenegro',
|
||||||
'Seychelles',
|
'Seychelles',
|
||||||
'Sierra Leone',
|
'Sierra Leone',
|
||||||
'Singapore',
|
'Singapore',
|
||||||
'Slovakia',
|
'Slovakia',
|
||||||
'Slovenia',
|
'Slovenia',
|
||||||
'Solomon Islands',
|
'Solomon Islands',
|
||||||
'Somalia',
|
'Somalia',
|
||||||
'South Africa',
|
'South Africa',
|
||||||
'Spain',
|
'Spain',
|
||||||
'Sri Lanka',
|
'Sri Lanka',
|
||||||
'Sudan',
|
'Sudan',
|
||||||
'Suriname',
|
'Suriname',
|
||||||
'Swaziland',
|
'Swaziland',
|
||||||
'Sweden',
|
'Sweden',
|
||||||
'Switzerland',
|
'Switzerland',
|
||||||
'Syria',
|
'Syria',
|
||||||
'Taiwan',
|
'Taiwan',
|
||||||
'Tajikistan',
|
'Tajikistan',
|
||||||
'Tanzania',
|
'Tanzania',
|
||||||
'Thailand',
|
'Thailand',
|
||||||
'Togo',
|
'Togo',
|
||||||
'Tonga',
|
'Tonga',
|
||||||
'Trinidad and Tobago',
|
'Trinidad and Tobago',
|
||||||
'Tunisia',
|
'Tunisia',
|
||||||
'Turkey',
|
'Turkey',
|
||||||
'Turkmenistan',
|
'Turkmenistan',
|
||||||
'Tuvalu',
|
'Tuvalu',
|
||||||
'Uganda',
|
'Uganda',
|
||||||
'Ukraine',
|
'Ukraine',
|
||||||
'United Arab Emirates',
|
'United Arab Emirates',
|
||||||
'United Kingdom',
|
'United Kingdom',
|
||||||
'United States',
|
'United States',
|
||||||
'Uruguay',
|
'Uruguay',
|
||||||
'Uzbekistan',
|
'Uzbekistan',
|
||||||
'Vanuatu',
|
'Vanuatu',
|
||||||
'Vatican City',
|
'Vatican City',
|
||||||
'Venezuela',
|
'Venezuela',
|
||||||
'Vietnam',
|
'Vietnam',
|
||||||
'Yemen',
|
'Yemen',
|
||||||
'Zambia',
|
'Zambia',
|
||||||
'Zimbabwe'
|
'Zimbabwe'
|
||||||
]
|
]
|
Before Width: | Height: | Size: 434 KiB After Width: | Height: | Size: 434 KiB |
Before Width: | Height: | Size: 3.0 MiB After Width: | Height: | Size: 3.0 MiB |
Before Width: | Height: | Size: 378 KiB After Width: | Height: | Size: 378 KiB |
Before Width: | Height: | Size: 4.5 MiB After Width: | Height: | Size: 4.5 MiB |
Before Width: | Height: | Size: 343 KiB After Width: | Height: | Size: 343 KiB |
Before Width: | Height: | Size: 364 KiB After Width: | Height: | Size: 364 KiB |
Before Width: | Height: | Size: 491 KiB After Width: | Height: | Size: 491 KiB |
Before Width: | Height: | Size: 108 KiB After Width: | Height: | Size: 108 KiB |
Before Width: | Height: | Size: 258 KiB After Width: | Height: | Size: 258 KiB |
Before Width: | Height: | Size: 322 KiB After Width: | Height: | Size: 322 KiB |
Before Width: | Height: | Size: 114 KiB After Width: | Height: | Size: 114 KiB |
Before Width: | Height: | Size: 95 KiB After Width: | Height: | Size: 95 KiB |
Before Width: | Height: | Size: 421 KiB After Width: | Height: | Size: 421 KiB |
@ -1,2 +1,2 @@
|
|||||||
console.log(countries)
|
console.log(countries)
|
||||||
alert('Open the console and check if the countries has been loaded')
|
alert('Open the console and check if the countries has been loaded')
|
@ -1,195 +1,195 @@
|
|||||||
const countries = [
|
const countries = [
|
||||||
'Afghanistan',
|
'Afghanistan',
|
||||||
'Albania',
|
'Albania',
|
||||||
'Algeria',
|
'Algeria',
|
||||||
'Andorra',
|
'Andorra',
|
||||||
'Angola',
|
'Angola',
|
||||||
'Antigua and Barbuda',
|
'Antigua and Barbuda',
|
||||||
'Argentina',
|
'Argentina',
|
||||||
'Armenia',
|
'Armenia',
|
||||||
'Australia',
|
'Australia',
|
||||||
'Austria',
|
'Austria',
|
||||||
'Azerbaijan',
|
'Azerbaijan',
|
||||||
'Bahamas',
|
'Bahamas',
|
||||||
'Bahrain',
|
'Bahrain',
|
||||||
'Bangladesh',
|
'Bangladesh',
|
||||||
'Barbados',
|
'Barbados',
|
||||||
'Belarus',
|
'Belarus',
|
||||||
'Belgium',
|
'Belgium',
|
||||||
'Belize',
|
'Belize',
|
||||||
'Benin',
|
'Benin',
|
||||||
'Bhutan',
|
'Bhutan',
|
||||||
'Bolivia',
|
'Bolivia',
|
||||||
'Bosnia and Herzegovina',
|
'Bosnia and Herzegovina',
|
||||||
'Botswana',
|
'Botswana',
|
||||||
'Brazil',
|
'Brazil',
|
||||||
'Brunei',
|
'Brunei',
|
||||||
'Bulgaria',
|
'Bulgaria',
|
||||||
'Burkina Faso',
|
'Burkina Faso',
|
||||||
'Burundi',
|
'Burundi',
|
||||||
'Cambodia',
|
'Cambodia',
|
||||||
'Cameroon',
|
'Cameroon',
|
||||||
'Canada',
|
'Canada',
|
||||||
'Cape Verde',
|
'Cape Verde',
|
||||||
'Central African Republic',
|
'Central African Republic',
|
||||||
'Chad',
|
'Chad',
|
||||||
'Chile',
|
'Chile',
|
||||||
'China',
|
'China',
|
||||||
'Colombi',
|
'Colombi',
|
||||||
'Comoros',
|
'Comoros',
|
||||||
'Congo (Brazzaville)',
|
'Congo (Brazzaville)',
|
||||||
'Congo',
|
'Congo',
|
||||||
'Costa Rica',
|
'Costa Rica',
|
||||||
"Cote d'Ivoire",
|
"Cote d'Ivoire",
|
||||||
'Croatia',
|
'Croatia',
|
||||||
'Cuba',
|
'Cuba',
|
||||||
'Cyprus',
|
'Cyprus',
|
||||||
'Czech Republic',
|
'Czech Republic',
|
||||||
'Denmark',
|
'Denmark',
|
||||||
'Djibouti',
|
'Djibouti',
|
||||||
'Dominica',
|
'Dominica',
|
||||||
'Dominican Republic',
|
'Dominican Republic',
|
||||||
'East Timor (Timor Timur)',
|
'East Timor (Timor Timur)',
|
||||||
'Ecuador',
|
'Ecuador',
|
||||||
'Egypt',
|
'Egypt',
|
||||||
'El Salvador',
|
'El Salvador',
|
||||||
'Equatorial Guinea',
|
'Equatorial Guinea',
|
||||||
'Eritrea',
|
'Eritrea',
|
||||||
'Estonia',
|
'Estonia',
|
||||||
'Ethiopia',
|
'Ethiopia',
|
||||||
'Fiji',
|
'Fiji',
|
||||||
'Finland',
|
'Finland',
|
||||||
'France',
|
'France',
|
||||||
'Gabon',
|
'Gabon',
|
||||||
'Gambia, The',
|
'Gambia, The',
|
||||||
'Georgia',
|
'Georgia',
|
||||||
'Germany',
|
'Germany',
|
||||||
'Ghana',
|
'Ghana',
|
||||||
'Greece',
|
'Greece',
|
||||||
'Grenada',
|
'Grenada',
|
||||||
'Guatemala',
|
'Guatemala',
|
||||||
'Guinea',
|
'Guinea',
|
||||||
'Guinea-Bissau',
|
'Guinea-Bissau',
|
||||||
'Guyana',
|
'Guyana',
|
||||||
'Haiti',
|
'Haiti',
|
||||||
'Honduras',
|
'Honduras',
|
||||||
'Hungary',
|
'Hungary',
|
||||||
'Iceland',
|
'Iceland',
|
||||||
'India',
|
'India',
|
||||||
'Indonesia',
|
'Indonesia',
|
||||||
'Iran',
|
'Iran',
|
||||||
'Iraq',
|
'Iraq',
|
||||||
'Ireland',
|
'Ireland',
|
||||||
'Israel',
|
'Israel',
|
||||||
'Italy',
|
'Italy',
|
||||||
'Jamaica',
|
'Jamaica',
|
||||||
'Japan',
|
'Japan',
|
||||||
'Jordan',
|
'Jordan',
|
||||||
'Kazakhstan',
|
'Kazakhstan',
|
||||||
'Kenya',
|
'Kenya',
|
||||||
'Kiribati',
|
'Kiribati',
|
||||||
'Korea, North',
|
'Korea, North',
|
||||||
'Korea, South',
|
'Korea, South',
|
||||||
'Kuwait',
|
'Kuwait',
|
||||||
'Kyrgyzstan',
|
'Kyrgyzstan',
|
||||||
'Laos',
|
'Laos',
|
||||||
'Latvia',
|
'Latvia',
|
||||||
'Lebanon',
|
'Lebanon',
|
||||||
'Lesotho',
|
'Lesotho',
|
||||||
'Liberia',
|
'Liberia',
|
||||||
'Libya',
|
'Libya',
|
||||||
'Liechtenstein',
|
'Liechtenstein',
|
||||||
'Lithuania',
|
'Lithuania',
|
||||||
'Luxembourg',
|
'Luxembourg',
|
||||||
'Macedonia',
|
'Macedonia',
|
||||||
'Madagascar',
|
'Madagascar',
|
||||||
'Malawi',
|
'Malawi',
|
||||||
'Malaysia',
|
'Malaysia',
|
||||||
'Maldives',
|
'Maldives',
|
||||||
'Mali',
|
'Mali',
|
||||||
'Malta',
|
'Malta',
|
||||||
'Marshall Islands',
|
'Marshall Islands',
|
||||||
'Mauritania',
|
'Mauritania',
|
||||||
'Mauritius',
|
'Mauritius',
|
||||||
'Mexico',
|
'Mexico',
|
||||||
'Micronesia',
|
'Micronesia',
|
||||||
'Moldova',
|
'Moldova',
|
||||||
'Monaco',
|
'Monaco',
|
||||||
'Mongolia',
|
'Mongolia',
|
||||||
'Morocco',
|
'Morocco',
|
||||||
'Mozambique',
|
'Mozambique',
|
||||||
'Myanmar',
|
'Myanmar',
|
||||||
'Namibia',
|
'Namibia',
|
||||||
'Nauru',
|
'Nauru',
|
||||||
'Nepal',
|
'Nepal',
|
||||||
'Netherlands',
|
'Netherlands',
|
||||||
'New Zealand',
|
'New Zealand',
|
||||||
'Nicaragua',
|
'Nicaragua',
|
||||||
'Niger',
|
'Niger',
|
||||||
'Nigeria',
|
'Nigeria',
|
||||||
'Norway',
|
'Norway',
|
||||||
'Oman',
|
'Oman',
|
||||||
'Pakistan',
|
'Pakistan',
|
||||||
'Palau',
|
'Palau',
|
||||||
'Panama',
|
'Panama',
|
||||||
'Papua New Guinea',
|
'Papua New Guinea',
|
||||||
'Paraguay',
|
'Paraguay',
|
||||||
'Peru',
|
'Peru',
|
||||||
'Philippines',
|
'Philippines',
|
||||||
'Poland',
|
'Poland',
|
||||||
'Portugal',
|
'Portugal',
|
||||||
'Qatar',
|
'Qatar',
|
||||||
'Romania',
|
'Romania',
|
||||||
'Russia',
|
'Russia',
|
||||||
'Rwanda',
|
'Rwanda',
|
||||||
'Saint Kitts and Nevis',
|
'Saint Kitts and Nevis',
|
||||||
'Saint Lucia',
|
'Saint Lucia',
|
||||||
'Saint Vincent',
|
'Saint Vincent',
|
||||||
'Samoa',
|
'Samoa',
|
||||||
'San Marino',
|
'San Marino',
|
||||||
'Sao Tome and Principe',
|
'Sao Tome and Principe',
|
||||||
'Saudi Arabia',
|
'Saudi Arabia',
|
||||||
'Senegal',
|
'Senegal',
|
||||||
'Serbia and Montenegro',
|
'Serbia and Montenegro',
|
||||||
'Seychelles',
|
'Seychelles',
|
||||||
'Sierra Leone',
|
'Sierra Leone',
|
||||||
'Singapore',
|
'Singapore',
|
||||||
'Slovakia',
|
'Slovakia',
|
||||||
'Slovenia',
|
'Slovenia',
|
||||||
'Solomon Islands',
|
'Solomon Islands',
|
||||||
'Somalia',
|
'Somalia',
|
||||||
'South Africa',
|
'South Africa',
|
||||||
'Spain',
|
'Spain',
|
||||||
'Sri Lanka',
|
'Sri Lanka',
|
||||||
'Sudan',
|
'Sudan',
|
||||||
'Suriname',
|
'Suriname',
|
||||||
'Swaziland',
|
'Swaziland',
|
||||||
'Sweden',
|
'Sweden',
|
||||||
'Switzerland',
|
'Switzerland',
|
||||||
'Syria',
|
'Syria',
|
||||||
'Taiwan',
|
'Taiwan',
|
||||||
'Tajikistan',
|
'Tajikistan',
|
||||||
'Tanzania',
|
'Tanzania',
|
||||||
'Thailand',
|
'Thailand',
|
||||||
'Togo',
|
'Togo',
|
||||||
'Tonga',
|
'Tonga',
|
||||||
'Trinidad and Tobago',
|
'Trinidad and Tobago',
|
||||||
'Tunisia',
|
'Tunisia',
|
||||||
'Turkey',
|
'Turkey',
|
||||||
'Turkmenistan',
|
'Turkmenistan',
|
||||||
'Tuvalu',
|
'Tuvalu',
|
||||||
'Uganda',
|
'Uganda',
|
||||||
'Ukraine',
|
'Ukraine',
|
||||||
'United Arab Emirates',
|
'United Arab Emirates',
|
||||||
'United Kingdom',
|
'United Kingdom',
|
||||||
'United States',
|
'United States',
|
||||||
'Uruguay',
|
'Uruguay',
|
||||||
'Uzbekistan',
|
'Uzbekistan',
|
||||||
'Vanuatu',
|
'Vanuatu',
|
||||||
'Vatican City',
|
'Vatican City',
|
||||||
'Venezuela',
|
'Venezuela',
|
||||||
'Vietnam',
|
'Vietnam',
|
||||||
'Yemen',
|
'Yemen',
|
||||||
'Zambia',
|
'Zambia',
|
||||||
'Zimbabwe'
|
'Zimbabwe'
|
||||||
]
|
]
|
Before Width: | Height: | Size: 6.3 MiB After Width: | Height: | Size: 6.3 MiB |
Before Width: | Height: | Size: 30 KiB After Width: | Height: | Size: 30 KiB |
@ -1,2 +1,2 @@
|
|||||||
console.log(countries)
|
console.log(countries)
|
||||||
alert('Open the console and check if the countries has been loaded')
|
alert('Open the console and check if the countries has been loaded')
|
Before Width: | Height: | Size: 3.7 MiB After Width: | Height: | Size: 3.7 MiB |
@ -1,2 +1,2 @@
|
|||||||
console.log(countries)
|
console.log(countries)
|
||||||
alert('Open the console and check if the countries has been loaded')
|
alert('Open the console and check if the countries has been loaded')
|
@ -1,2 +1,2 @@
|
|||||||
console.log(countries)
|
console.log(countries)
|
||||||
alert('Open the console and check if the countries has been loaded')
|
alert('Open the console and check if the countries has been loaded')
|