We can use functions as their return value since we know their return type.
Try using the giveMeFive() function as the value it returns.
Sweet! Using a function as its return value can be used to write less code.
Not quite! We'll need to make sure the giveMeFive() function returns 5 before calling it.