Skip to content

Commit

Permalink
Add Daily Challenge for Day 28
Browse files Browse the repository at this point in the history
  • Loading branch information
aqib-m31 committed Sep 21, 2024
1 parent 40209d0 commit 2bd0046
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions Daily Challenges/Day_28.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
### **Day 28: Working with Forms**

Welcome to another day of growth and learning! 🚀 Embrace today's challenge with enthusiasm and determination. Remember, every line of code you write brings you one step closer to mastering your craft. Let's make today count! 💪

- **Topics to Learn**:
- Validating form inputs with JavaScript.
- Checking required fields and input formats.
- Displaying custom validation messages.
- Using the `submit` event to validate before submission.
- **Resources**:
- [MDN Web Docs - Form Validation](https://developer.mozilla.org/en-US/docs/Learn/Forms/Form_validation)
- [W3Schools - JavaScript Form Validation](https://www.w3schools.com/js/js_validation.asp)
- **Mini Project**:
- Create a form that validates user input and provides feedback if fields are missing or incorrectly filled.

0 comments on commit 2bd0046

Please sign in to comment.