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