News

The HTML form has three text fields, in which the user is requested to enter a user name, a password and an e-mail address. (I personally prefer to use e-mail addresses as user names, but I realize ...
Vest is a new framework-agnostic form validation library that separates the validation logic from the feature logic while using a unit testing syntax style that is similar to Mocha and Jasmine.
So I've got a fairly simple form that has a drop down selection and a checkbox. I'm using this to verify that a school has be selected and that the checkbox has been ticked. function validate ...