We can store the return value of a function in a variable.

Store the return value of triple() in the result variable.

Make sure to assemble var result = triple(3).