What must we specify when we declare a function?

A return typeAny parametersA function nameThe value it will return

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.