From 2bd00465590ed2a4140d426862e6a6318d63d9ec Mon Sep 17 00:00:00 2001 From: Aqib Javid Bhat Date: Sat, 21 Sep 2024 23:31:18 +0000 Subject: [PATCH] Add Daily Challenge for Day 28 --- Daily Challenges/Day_28.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 Daily Challenges/Day_28.md diff --git a/Daily Challenges/Day_28.md b/Daily Challenges/Day_28.md new file mode 100644 index 0000000..4fb0cd5 --- /dev/null +++ b/Daily Challenges/Day_28.md @@ -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. \ No newline at end of file