Skip to content

arun-projects/Payment-Form-Validation

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Payment Form Validation

  • In this lab we will be creating validation on a payment form using either conditional statements or regular expressions.
  • Here is the specification for the form:
    • FIRST NAME: Must not be blank
    • LAST NAME: Must not be blank
    • CREDIT CARD NUMBER: 16 Digits only numbers
    • EXPIRATION DATE: Format MM/DD numbers only
    • CVC: 3 Digits only numbers

About

Project to practice validating form data with JavaScript.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published