Skip to content

Commit 60e8737

Browse files
committed
day 26
1 parent aeffd9b commit 60e8737

File tree

9 files changed

+254
-4
lines changed

9 files changed

+254
-4
lines changed

.gitignore

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,6 @@ day9.md
1414
day10.md
1515
01_02_03_days_backup.md
1616
test.md
17-
26_Day
1817
27_Day
1918
28_Day
2019
29_Day

25_Day/25_day_dom_day_5.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,17 +18,17 @@
1818

1919
![Thirty Days Of JavaScript](../images/banners/day_1_25.png)
2020

21-
- [Day 24](#day-24)
21+
- [Day 25](#day-25)
2222
- [Exercises](#exercises)
2323
- [Exercise: Level 1](#exercise-level-1)
2424

25-
# Day 24
25+
# Day 25
2626

2727
## Exercises
2828

2929
### Exercise: Level 1
3030

31-
1. Visualizeba the ten most populated countries and the ten most spoken languages in the world using DOM(HTML, CSS, JS)
31+
1. Visualize the ten most populated countries and the ten most spoken languages in the world using DOM(HTML, CSS, JS)
3232

3333
![Bar Graph](./../images/projects/dom_min_project_bar_graph_day_5.1.gif)
3434

26_Day/26_day_dom_day_6.md

Lines changed: 37 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,37 @@
1+
<div align="center">
2+
<h1> 30 Days Of JavaScript</h1>
3+
<a class="header-badge" target="_blank" href="https://www.linkedin.com/in/asabeneh/">
4+
<img src="https://img.shields.io/badge/style--5eba00.svg?label=LinkedIn&logo=linkedin&style=social">
5+
</a>
6+
<a class="header-badge" target="_blank" href="https://twitter.com/Asabeneh">
7+
<img alt="Twitter Follow" src="https://img.shields.io/twitter/follow/asabeneh?style=social">
8+
</a>
9+
10+
<sub>Author:
11+
<a href="https://www.linkedin.com/in/asabeneh/" target="_blank">Asabeneh Yetayeh</a><br>
12+
<small> January, 2020</small>
13+
</sub>
14+
15+
</div>
16+
17+
[<< Day 24](https://github.com/Asabeneh/30DaysOfJavaScript/blob/master/24_Day/24_day_dom_day_4.md) | [Day 26 >>](https://github.com/Asabeneh/30DaysOfJavaScript/blob/master/26_Day/26_day_dom_day_6.md)
18+
19+
![Thirty Days Of JavaScript](../images/banners/day_1_26.png)
20+
21+
- [Day 26](#day-26)
22+
- [Exercises](#exercises)
23+
- [Exercise: Level 1](#exercise-level-1)
24+
25+
# Day 26
26+
27+
## Exercises
28+
29+
### Exercise: Level 1
30+
31+
1. Visualize the countries array as follows
32+
33+
![Countries](./../images/projects/dom_mini_project_countries_day_6.1.gif)
34+
35+
🎉 CONGRATULATIONS ! 🎉
36+
37+
[<< Day 25](https://github.com/Asabeneh/30DaysOfJavaScript/blob/master/25_Day/25_day_dom_day_5.md) | [Day 27>>](https://github.com/Asabeneh/30DaysOfJavaScript/blob/master/27_Day/27_day_dom_day_7.md)
Lines changed: 195 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,195 @@
1+
const countries = [
2+
'Afghanistan',
3+
'Albania',
4+
'Algeria',
5+
'Andorra',
6+
'Angola',
7+
'Antigua and Barbuda',
8+
'Argentina',
9+
'Armenia',
10+
'Australia',
11+
'Austria',
12+
'Azerbaijan',
13+
'Bahamas',
14+
'Bahrain',
15+
'Bangladesh',
16+
'Barbados',
17+
'Belarus',
18+
'Belgium',
19+
'Belize',
20+
'Benin',
21+
'Bhutan',
22+
'Bolivia',
23+
'Bosnia and Herzegovina',
24+
'Botswana',
25+
'Brazil',
26+
'Brunei',
27+
'Bulgaria',
28+
'Burkina Faso',
29+
'Burundi',
30+
'Cambodia',
31+
'Cameroon',
32+
'Canada',
33+
'Cape Verde',
34+
'Central African Republic',
35+
'Chad',
36+
'Chile',
37+
'China',
38+
'Colombi',
39+
'Comoros',
40+
'Congo (Brazzaville)',
41+
'Congo',
42+
'Costa Rica',
43+
"Cote d'Ivoire",
44+
'Croatia',
45+
'Cuba',
46+
'Cyprus',
47+
'Czech Republic',
48+
'Denmark',
49+
'Djibouti',
50+
'Dominica',
51+
'Dominican Republic',
52+
'East Timor (Timor Timur)',
53+
'Ecuador',
54+
'Egypt',
55+
'El Salvador',
56+
'Equatorial Guinea',
57+
'Eritrea',
58+
'Estonia',
59+
'Ethiopia',
60+
'Fiji',
61+
'Finland',
62+
'France',
63+
'Gabon',
64+
'Gambia, The',
65+
'Georgia',
66+
'Germany',
67+
'Ghana',
68+
'Greece',
69+
'Grenada',
70+
'Guatemala',
71+
'Guinea',
72+
'Guinea-Bissau',
73+
'Guyana',
74+
'Haiti',
75+
'Honduras',
76+
'Hungary',
77+
'Iceland',
78+
'India',
79+
'Indonesia',
80+
'Iran',
81+
'Iraq',
82+
'Ireland',
83+
'Israel',
84+
'Italy',
85+
'Jamaica',
86+
'Japan',
87+
'Jordan',
88+
'Kazakhstan',
89+
'Kenya',
90+
'Kiribati',
91+
'Korea, North',
92+
'Korea, South',
93+
'Kuwait',
94+
'Kyrgyzstan',
95+
'Laos',
96+
'Latvia',
97+
'Lebanon',
98+
'Lesotho',
99+
'Liberia',
100+
'Libya',
101+
'Liechtenstein',
102+
'Lithuania',
103+
'Luxembourg',
104+
'Macedonia',
105+
'Madagascar',
106+
'Malawi',
107+
'Malaysia',
108+
'Maldives',
109+
'Mali',
110+
'Malta',
111+
'Marshall Islands',
112+
'Mauritania',
113+
'Mauritius',
114+
'Mexico',
115+
'Micronesia',
116+
'Moldova',
117+
'Monaco',
118+
'Mongolia',
119+
'Morocco',
120+
'Mozambique',
121+
'Myanmar',
122+
'Namibia',
123+
'Nauru',
124+
'Nepal',
125+
'Netherlands',
126+
'New Zealand',
127+
'Nicaragua',
128+
'Niger',
129+
'Nigeria',
130+
'Norway',
131+
'Oman',
132+
'Pakistan',
133+
'Palau',
134+
'Panama',
135+
'Papua New Guinea',
136+
'Paraguay',
137+
'Peru',
138+
'Philippines',
139+
'Poland',
140+
'Portugal',
141+
'Qatar',
142+
'Romania',
143+
'Russia',
144+
'Rwanda',
145+
'Saint Kitts and Nevis',
146+
'Saint Lucia',
147+
'Saint Vincent',
148+
'Samoa',
149+
'San Marino',
150+
'Sao Tome and Principe',
151+
'Saudi Arabia',
152+
'Senegal',
153+
'Serbia and Montenegro',
154+
'Seychelles',
155+
'Sierra Leone',
156+
'Singapore',
157+
'Slovakia',
158+
'Slovenia',
159+
'Solomon Islands',
160+
'Somalia',
161+
'South Africa',
162+
'Spain',
163+
'Sri Lanka',
164+
'Sudan',
165+
'Suriname',
166+
'Swaziland',
167+
'Sweden',
168+
'Switzerland',
169+
'Syria',
170+
'Taiwan',
171+
'Tajikistan',
172+
'Tanzania',
173+
'Thailand',
174+
'Togo',
175+
'Tonga',
176+
'Trinidad and Tobago',
177+
'Tunisia',
178+
'Turkey',
179+
'Turkmenistan',
180+
'Tuvalu',
181+
'Uganda',
182+
'Ukraine',
183+
'United Arab Emirates',
184+
'United Kingdom',
185+
'United States',
186+
'Uruguay',
187+
'Uzbekistan',
188+
'Vanuatu',
189+
'Vatican City',
190+
'Venezuela',
191+
'Vietnam',
192+
'Yemen',
193+
'Zambia',
194+
'Zimbabwe'
195+
]
6.3 MB
Loading
30.2 KB
Loading

26_Day/26_day_starter/index.html

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
<!DOCTYPE html>
2+
<html>
3+
4+
<head>
5+
<title>30DaysOfJavaScript:11 Day </title>
6+
</head>
7+
8+
<body>
9+
<h1>30DaysOfJavaScript:11 Day</h1>
10+
<h2>Destructuring and Spread</h2>
11+
12+
<script src="./data/countries.js"></script>
13+
<script src="./scripts/main.js"></script>
14+
15+
</body>
16+
17+
</html>
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
console.log(countries)
2+
alert('Open the console and check if the countries has been loaded')
21.7 MB
Loading

0 commit comments

Comments
 (0)