Smart JS folks - this is why I can't pass the Google hiring test:
Given 2 to 3 arrays (it will either be 2 or 3, it can change), how would you return an array that only contains items in ALL the arrays.
Every solution I have found only seems to work w/ an array of simple values. I have an array of objects with a primary key, id.