Functions without return statements return no value at all
Functions without return statements return undefined
In JavaScript all functions return undefined in absence of an explicit return statement.
undefined