Returns the first non-null and non-undefined value from the provided arguments. If all arguments are null or undefined, returns undefined.
The type of the values.
Rest
The values to coalesce.
The first non-null and non-undefined value, or undefined if all are null or undefined.
Returns the first non-null and non-undefined value from the provided arguments. If all arguments are null or undefined, returns undefined.