What does this code display in the console?

6getDouble(3)

The code displays the return value of the function call, getDouble(3): 6.