Many of the solutions available around the internet for Bonfire: Where art thou are quite not right even if they pass the tests in FreeCodeCamp (FCC) because they don't adhere to the instructions completely.
- Disclaimer: Please don't look into the solutions if you've not solved it yourself.
Make a function that looks through a list (first argument) and returns an array of all objects that have equivalent property values (second argument).
Here are two solutions that exactly adhere to the instructions given in the Bonfire Challenge.