Files
freeCodeCamp/seed/challenges
Dieter Daems 5dcd743b80 Add a additional test, to make it a bit more difficult to use string comparison to pass the tests.
At the moment the provided code will pass the test:

collection.map(function(obj){
      if(JSON.stringify(obj).includes(JSON.stringify(source).replace(/[{}]/g, ''))) arr.push(obj)
})
2015-12-02 06:20:31 +01:00
..
2015-12-02 02:20:51 +00:00
2015-11-28 10:33:12 -05:00