Nice! In the output, we can see that 5 was added to the value of number which was 10.
5
number
10
We should create the variable result, then call addFiveTo(10).
result
addFiveTo(10)