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.

Please set the playground first

Loading "Function Declarations"
Loading "Function Declarations"