Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/codemistic/Web-Development
/ form.js
File
form.js
js-form-validator/form.js:None–None ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1
const
form=document.getElementById(
'form'
);
2
const
username=document.getElementById(
'username'
);
3
const
email=document.getElementById(
'email'
);
4
const
phone=document.getElementById(
'phone'
);
Callers
nothing calls this directly
Calls
1
checkInputs
Function · 0.70
Tested by
no test coverage detected