Function Declarations
Function Declaration
π¨βπΌ Great! You wrote your first function declaration.
π¦ Even with no parameters, functions are useful because they return values
that other code can use. You also added a return type to make the output
explicit. We'll add parameters next.


