Skip to content

Commit 6c3be24

Browse files
committed
day 30
1 parent d215262 commit 6c3be24

10 files changed

+2083
-2
lines changed

.gitignore

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,6 @@ day9.md
1414
day10.md
1515
01_02_03_days_backup.md
1616
test.md
17-
30_Day
17+
31_Day
1818
test.html
1919
res.js

29_Day/29_day_dom_day_9.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616

1717
[<< Day 27](https://github.com/Asabeneh/30DaysOfJavaScript/blob/master27_Day27_day_dom_day_7.md) | [Day 29>>](https://github.com/Asabeneh/30DaysOfJavaScript/blob/master/29_Day/29_day_dom_day_9.md)
1818

19-
![Thirty Days Of JavaScript](../images/banners/day_1_28.png)
19+
![Thirty Days Of JavaScript](../images/banners/day_1_29.png)
2020

2121
- [Day 29](#day-29)
2222
- [Exercises](#exercises)

30_Day/30_day_dom_day_10.md

+52
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,52 @@
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 29](https://github.com/Asabeneh/30DaysOfJavaScript/blob/master29_Day29_day_dom_day_9.md) | [Day 30>>](https://github.com/Asabeneh/30DaysOfJavaScript/blob/master/30_Day/30_day_dom_day_10.md)
18+
19+
![Thirty Days Of JavaScript](../images/banners/day_1_30.png)
20+
21+
- [Day 30](#day-30)
22+
- [Exercises](#exercises)
23+
- [Exercise: Level 1](#exercise-level-1)
24+
- [Exercise: Level 2](#exercise-level-2)
25+
- [Exercise: Level 3](#exercise-level-3)
26+
27+
# Day 30
28+
29+
## Exercises
30+
31+
### Exercise: Level 1
32+
33+
1. Create the following animation using (HTML, CSS, JS)
34+
35+
![Countries daata](./../images/projects/dom_mini_project_countries_object_day_10.1.gif)
36+
37+
2. Validate the following form using regex.
38+
39+
![form validation](./../images/projects/dom_mini_project_form_validation_day_10.2.1.png)
40+
41+
![form validation](./../images/projects/dom_mini_project_form_validation_day_10.2.png)
42+
43+
44+
### Exercise: Level 2
45+
46+
### Exercise: Level 3
47+
48+
🌕 Your journey to greatness completed successfully. You reached high level of greatness. Now, you are much greater than ever before. I knew what it takes to reach to this level and you made to this point. You are a real hero. Now, it is time to celebrate your success with a friend or with a family. I am looking forward to seeing you in an other challenge.
49+
50+
~![Congratulations](./../images/projects/congratulations.gif)
51+
52+
[<< Day 29](https://github.com/Asabeneh/30DaysOfJavaScript/blob/master29_Day29_day_dom_day_9.md) | [Day 30>>](https://github.com/Asabeneh/30DaysOfJavaScript/blob/master/30_Day/30_day_dom_day_10.md)

0 commit comments

Comments
 (0)