When we give numbers to variables, we can use the variables for calculations, too.
Add 1 to the numberOfSteps variable before displaying it in the console.
1
numberOfSteps
Add one with + 1.
+ 1