What happens when we don't include the return statement in our function?

The function returns the value undefinedThere's an infinite loop in the function

The function returns the value undefined.