Safely concatenate an array with an array of items which may be a mix of undefined and defined values. This function returns a new array and does not mutate the original.
Safely concatenate an array with an array of items which may be a mix of undefined and defined values. This function returns a new array and does not mutate the original.