A collection of various Javascript utilities.
divide
: Divides an array into two parts based on a given predicatesplit
: Given two arrays, finds their unique and intersecting values
toSlug
: toSlug converts a string to a url safe slugtoUniqueSlug
: toUniqueSlug does the same astoSlug
, with addition of a unique ID