Creates a new function that always returns undefined.
undefined
Returns the new constant function.
Creates a new function that always returns value.
value
The type of the value to return.
The value to return from the new function.
Alias