Updated examples
This commit is contained in:
@ -9,5 +9,5 @@ const coalesce = (...args) => args.find(_ => ![undefined, null].includes(_))
|
||||
```
|
||||
|
||||
```js
|
||||
coalesce(null,undefined,"",NaN, "Waldo") -> ""
|
||||
coalesce(null,undefined,"",NaN, "Waldo") // ""
|
||||
```
|
||||
|
||||
Reference in New Issue
Block a user