Thanks to visit codestin.com
Credit goes to github.com

Skip to content
This repository was archived by the owner on May 14, 2024. It is now read-only.

Commit 6cf9d09

Browse files
authored
Add link to screenshot.
1 parent 6f4e7c9 commit 6cf9d09

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

payment-form/README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22

33
This payment form shows you the basics of form processing and DOM manipulation. It includes code to react to user input (key events), and change DOM elements based on the input (in this case, we check if the form elements are valid or not).
44

5+
![Screenshot](https://raw.githubusercontent.com/HackYourFutureBelgium/JavaScript2/master/payment-form/screenshot.png)
6+
57
### Email Format
68

79
Validation email addresses is [notouriously hard](https://hackernoon.com/the-100-correct-way-to-validate-email-addresses-7c4818f24643). We just check whether the email address contains a "@" sign.

0 commit comments

Comments
 (0)