restructured
This commit is contained in:
@@ -31,7 +31,7 @@
|
|||||||
e.preventDefault();
|
e.preventDefault();
|
||||||
console.log("please review the form");
|
console.log("please review the form");
|
||||||
}
|
}
|
||||||
})
|
});
|
||||||
function checker(val) {
|
function checker(val) {
|
||||||
console.log(val.length);
|
console.log(val.length);
|
||||||
if (val.length < 6) {
|
if (val.length < 6) {
|
||||||
|
|||||||
Reference in New Issue
Block a user