cody - HTMLify profile
files of /cody/bradtraversy/vanillawebprojects/form-validator/
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, in
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, in
## Form Validator (Intro Project)
Simple client side form validation. Check required, length, email and password match
## Proj
Simple client side form validation. Check required, length, email and password match
## Proj
const form = document.getElementById('form');
const username = document.getElementById('username');
const email = document.getEl
const username = document.getElementById('username');
const email = document.getEl