Always adding 1 is an incremental change. As a matter of fact, it's called incrementing. And there's even an operator for that.

We can increment in a more concise way by using the ++ operator. When using it, we can just write something like number++ and it works.