Removes all values from an array that are null or undefined.
null
undefined
The type of the array to remove empty values from.
The array to remove empty values from.
The array without empty values.
Removes all values from an array that are
null
orundefined
.