When a function has a return value, we can use the function call like a variable.

Add the function call, double(5), in the parentheses of console.log().

Make sure to assemble double(5).