_.concat(array, [values])
_.pull(array, [values])
_.pullAll(array, values)
_.fill(array, value, [start=0], [end=array.length])
Page 7 of 7