Here's a hint (and then an answer) to help you figure this one out. The unstated goal is to see the output of
cube("test")
. How can you do that?Highlight the lines below for some additional help:
Perhaps you could send the results of that call to the console log?
Line 6 in the example shows how to put the output of
cube(5)
in the console ;)