Commits

Dieter Daems committed 5dcd743b803
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) })