MCPcopy Create free account
hub / github.com/AyushSaini00/60minuteJavaScript / handleForm

Function handleForm

Form-Validation/app.js:11–14  ·  view source on GitHub ↗
(event)

Source from the content-addressed store, hash-verified

9form.addEventListener('submit', handleForm);
10
11function handleForm(event){
12 event.preventDefault();
13 verifyInputs();
14}
15
16function verifyInputs(){
17 //get the user inputted values

Callers

nothing calls this directly

Calls 1

verifyInputsFunction · 0.85

Tested by

no test coverage detected