1
vote
2answers
9 views
If statements and ranges
I have a JQuery script that I'm working on and in part of it, I am comparing a value to make sure it is within a specific integer range.
This is what my first attempt looks like:
…

