You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
53 lines
2.1 KiB
53 lines
2.1 KiB
<div align="center">
|
|
<h1> 30 Days Of JavaScript</h1>
|
|
<a class="header-badge" target="_blank" href="https://www.linkedin.com/in/asabeneh/">
|
|
<img src="https://img.shields.io/badge/style--5eba00.svg?label=LinkedIn&logo=linkedin&style=social">
|
|
</a>
|
|
<a class="header-badge" target="_blank" href="https://twitter.com/Asabeneh">
|
|
<img alt="Twitter Follow" src="https://img.shields.io/twitter/follow/asabeneh?style=social">
|
|
</a>
|
|
|
|
<sub>Author:
|
|
<a href="https://www.linkedin.com/in/asabeneh/" target="_blank">Asabeneh Yetayeh</a><br>
|
|
<small> January, 2020</small>
|
|
</sub>
|
|
|
|
</div>
|
|
|
|
[<< 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)
|
|
|
|
![Thirty Days Of JavaScript](../images/banners/day_1_30.png)
|
|
|
|
- [Day 30](#day-30)
|
|
- [Exercises](#exercises)
|
|
- [Exercise: Level 1](#exercise-level-1)
|
|
- [Exercise: Level 2](#exercise-level-2)
|
|
- [Exercise: Level 3](#exercise-level-3)
|
|
|
|
# Day 30
|
|
|
|
## Exercises
|
|
|
|
### Exercise: Level 1
|
|
|
|
1. Create the following animation using (HTML, CSS, JS)
|
|
|
|
![Countries daata](./../images/projects/dom_mini_project_countries_object_day_10.1.gif)
|
|
|
|
2. Validate the following form using regex.
|
|
|
|
![form validation](./../images/projects/dom_mini_project_form_validation_day_10.2.1.png)
|
|
|
|
![form validation](./../images/projects/dom_mini_project_form_validation_day_10.2.png)
|
|
|
|
|
|
### Exercise: Level 2
|
|
|
|
### Exercise: Level 3
|
|
|
|
🌕 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.
|
|
|
|
~![Congratulations](./../images/projects/congratulations.gif)
|
|
|
|
[<< 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)
|