NoReturnValue
DRAFT
Observed

NoReturnValue
Incorrect

Functions without return statements return no value at all

Correct

Functions without return statements return undefined

Correction
Here is what's right.

In JavaScript all functions return undefined in absence of an explicit return statement.