Which type of value can a function return?
- A function can return any type of value, like a string, integer, float or boolean
- A function can only return strings and numbers
A function can return any type of value, like a string, integer, float or boolean.