Adaptive Framework 0.9.0

nullish_coalescing

The following is a list of properties for the function nullish_coalescing:

PropertyValue
briefNullish coalescing
categorymiscellaneous
descriptionReturns the first value of values that is not null or undefined leaving the remaining values unevaluated.
functionIdnullish_coalescing
functionLabelnullish_coalescing
op??
parameters[ { "canBeUndefined": true, "minArgs": 2, "name": "values" } ]
puretrue
returns{ "description": "The first value of values that is not null or undefined." }