Challenge http://www.freecodecamp.com/challenges/bonfire-where-art-thou has an issue. Please describe how to reproduce it, and include links to screen shots if possible.
The instruction on the bonfire says
Make a function that looks through a list (first argument) and returns an array of all objects that have equivalent property values (second argument).
It might be better to reword this as array since in JavaScript there is nothing called list and also it might mean different thing in different context (Data Structures!).
