Your turn: create the result variable. Then call the addFiveTo() function and set its parameter to 10.

Nice! In the output, we can see that 5 was added to the value of number which was 10

We should create the variable result, then call addFiveTo(10).