What must we specify when we declare a function?
Awesome. When we declare a function, we have to specify the return type, the function name and any parameters the function takes.
Not right. When we declare a function, we have to specify the return type, the function name and any parameters the function takes.