Primitive
array.filterNullish
BETAShort name: filterNullish
Version: 1.0.0
Return a new array without null and undefined values.
Back to primitive libraryInputs
| Key | Type | Required | Description |
|---|---|---|---|
| array | array | true | Input array. |
Outputs
| Key | Type | Required | Description |
|---|---|---|---|
| result | array | false | Array without null and undefined entries. |