What happens when we don't include the return statement in our function?
return
undefined
The function returns the value undefined.