I have looked around for a slick way of removing nulls from an array. I could use a loop, but thought someone might have a better way. "map" is described as doing something to each element, and "tr" will remove with d option. Is there a way to get something like this to work?