Form validation with JavaScript
Create a form to get the following from the user and to validate this form
Name and last name (up to 2 characters)
Age (between 1 and 2)
E -mail (in email format)
Mobile number (starting with 1 and 2 digits)
Password (at least 2 characters, including #, numbers and uppercase and lowercase letters)