Helpful.js v1.0.4
This release includes the following methods:
differenceOfArrays
- Finds the difference between two arrays (any identical elements in the second array are removed from the first array)sumOfArrays
- Finds the sum of two arrays (the two arrays are combined)