MCPcopy Create free account
hub / github.com/Vishal-raj-1/Awesome-JavaScript-Projects / formValidate.js

File formValidate.js

assets/js/formValidate.js:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1const form = document.getElementById('form');
2const username = document.getElementById('username');
3const email = document.getElementById('email');
4const password = document.getElementById('password');

Callers

nothing calls this directly

Calls 4

checkLengthFunction · 0.85
checkEmailFunction · 0.85
checkPasswordsMatchFunction · 0.85
checkRequiredFunction · 0.70

Tested by

no test coverage detected