A function that receives a defaultValue and returns a new function that receives a value. If the value is null, or undefined, the defaultValue is returned, otherwise the value is returned.
A function that receives a defaultValue and returns a new function that receives a value. If the value is null, or undefined, the defaultValue is returned, otherwise the value is returned.