Form Validation
Overview
In this lab we will show how to use patterns to validate user input and how to use JavaScript to insure that two values match.
- !== not equal
- focusout
- addEventListener
- .value
- textContent
In this lab we will show how to use patterns to validate user input and how to use JavaScript to insure that two values match.