I have a text field that allows a user to enter their age. I am trying to do some client-side validation on this field with JavaScript. I have server-side validation already
If (enteredAge < "1" || enteredAge > "130") ......
Simple and it works....until they develop immortality