Recursively strips null from source parameter.
null
undefined
hasOwnProperty(..)
false
Source value
A copy of the source parameter with any null stripped
Recursively strips null from source parameter.
null
will returnundefined
null
be replace element withundefined
, i.e. the length of the array is not modified.null
will be removed, i.e.hasOwnProperty(..)
will returnfalse
.Param: src
Source value
Returns
A copy of the source parameter with any null stripped