- Overview
- Transcript
1.1 Introduction
In this short course we’re going to build a credit card form which validates in real time.
You’re going to learn how to use Luhn’s algorithm for validating a credit card number, and you’ll learn about the various credit card types and how to find the issuing bank. You’ll also learn a step-by-step method of filling in these types of forms. Let’s begin!
Related Links:
1.Introduction1 lesson, 00:28
1.1Introduction00:28
2.The Form Build6 lessons, 54:30
2.1Prerequisites02:57
2.2Form Markup04:32
2.3JavaScript Preparation15:40
2.4Form Validation14:20
2.5Form Styling07:26
2.6Final Touches09:35
3.Conclusion1 lesson, 02:48
3.1Final Words02:48
1.1 Introduction
Hello, my name is Adi Purdila and in this short course we're going to build and validate a credit card form. We're going to learn how to use the LUNs algorithm for validating a credit card number. We'll learn about the various credit card types and how to find the issuing bank. And also explore a different method of filling in these types of forms. Welcome to build a Credit Card Form using JavaScript. Let's begin.







