what was the function to constraint a number to a ...
# announcements
m
what was the function to constraint a number to a certain range? something like
Math.min(maxValue, Math.max(minValue, myValue))