For some reason I\'m having some serious difficulty wrapping my mind around this problem. I need this JS function that accepts 2 arrays, compares the 2, and then returns a s
Take a look at underscore difference function: http://documentcloud.github.com/underscore/#difference
difference