Echo JS 0.11.0

<~>
chou500 1464 days ago. link 1 point
Working on a JavaScript form validation library that supports the native HTML5 validation attributes and input types and allows adding your own custom validators, the goal of this work is to practice JavaScript knowledge and try to make clean code and respect best practices, also share the code with others and receive feedback and improvements. The library uses only the ES5 syntax and for some ES6 functions that may be used, we make polyfills on our own. I'm very open to your suggestions and ideas, thank you.

Replies