In this video series, Stephen Mayeux (stephenmayeux.com) walks through the algorithmic challenges at Free Code Camp.
*Diff of Two Arrays* -- Finding the symmetric difference or the difference between two arrays. This function uses our good friends `filter()`, `concat()`, `slice()`, and `indexOf()`.