If you're seeing this message, it means we're having trouble loading external resources on our website.

If you're behind a web filter, please make sure that the domains *.kastatic.org and *.kasandbox.org are unblocked.

Main content

Course: Unlisted resources area > Unit 2

Lesson 1: ProcessingJS documentation

constrain(value, min, max)

Constrains a value to not exceed a maximum and minimum value.
Parameters:
NameDescription
valueThe value to constrain
minThe minimum limit
maxThe maximum limit

Want to join the conversation?

No posts yet.