[form is not submitting please tell me about possible answer]
https://i.stack.imgur.com/JOGHj.png[2]:https://i.stack.imgur.com/FIuDt.png[3]: https://i.stack.imgur.com/bswEW.png
you should pass a function as a second parameter to addEventListener function:
form.addEventListener('submit', () => {
Validate()
})