Hi there,
Currently, I have an input field of type number. I want to do a check on the input field to
a: give alert if the user inputs string.
b: restrict the numbers that user can input to between 0 and 30.
Not sure how I could use JS to do this.
Regular expressions?