News

This is a simple form page with a vanilla javascript validation. This form tries to bring a better ... Email field must be a valid email Password must have between 8 and 16 characters, small letters, ...
In this challenge, you'd create a javascript validation script to validate the inputs entered by a user using RegEx. You could always refer to the Regular Expression Library for support For this ...