Try it yourself: create the result variable and store the return value of giveMeHi() in it. Then display result.

You're making this look easy.

We'll need to store the return value of giveMeHi() in the variable result and then use it like this console.log(result);.