Great! If we'd assign a function to a variable without parentheses, the variable would store the function itself, as opposed to the value it returns.
Psst: this statement is also known as a function expression.
Wait! If we assign the function without parentheses, number
will store the function itself.