Skip to content

Commit a66a26b

Browse files
committed
day 25
1 parent ca2a1c8 commit a66a26b

File tree

6 files changed

+2090
-1
lines changed

6 files changed

+2090
-1
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-
25_Day
1817
26_Day
1918
27_Day
2019
28_Day

25_Day/25_day_dom_day_5.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_25.png)
20+
21+
- [Day 24](#day-24)
22+
- [Exercises](#exercises)
23+
- [Exercise: Level 1](#exercise-level-1)
24+
25+
# Day 24
26+
27+
## Exercises
28+
29+
### Exercise: Level 1
30+
31+
1. Visualizeba the ten most populated countries and the ten most spoken languages in the world using DOM(HTML, CSS, JS)
32+
33+
![Bar Graph](./../images/projects/dom_min_project_bar_graph_day_5.1.gif)
34+
35+
🎉 CONGRATULATIONS ! 🎉
36+
37+
[<< 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)

0 commit comments

Comments
 (0)