From the course: JavaScript: Enhancing the DOM
Unlock this course with a free trial
Join today to access over 25,300 courses taught by industry experts.
Challenge: Mini form validator
From the course: JavaScript: Enhancing the DOM
Challenge: Mini form validator
(bright, upbeat music) - [Instructor] Let's wrap up with a fun yet practical challenge, creating a mini form validator. Your task is to work with a form with various input fields. You're going to implement a JavaScript logic to validate each field. Then you're going to display messages or indicate it for validation, success, or errors. I've made a starter for you, but it's not doing anything quite yet. In order to get this to be functional, you need to complete the script with JS. You can get started with this project by checking out branch 07_06. This exercise gives you practice with form handling, validation, and providing user feedback, a must have for any web developer.