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);.
giveMeHi()
result
console.log(result);