MCPcopy Index your code
hub / github.com/AyushSaini00/60minuteJavaScript / dealSuccessFor

Function dealSuccessFor

Form-Validation/app.js:69–72  ·  view source on GitHub ↗
(input)

Source from the content-addressed store, hash-verified

67}
68
69function dealSuccessFor(input){
70 const row = input.parentElement;
71 row.className = 'row success';
72}
73
74function checkEmail(email){
75 const regex = /^(([^<>()\[\]\\.,;:\s@"]+(\.[^<>()\[\]\\.,;:\s@"]+)*)|(".+"))@((\[[0-9]{1,3}\.[0-9]{1,3}\.[0-9]{1,3}\.[0-9]{1,3}])|(([a-zA-Z\-0-9]+\.)+[a-zA-Z]{2,}))$/;

Callers 1

verifyInputsFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected