Nobledsmarts / wherefore-art-thou

Make a function that looks through an array of objects (first argument) and returns an array of all objects that have matching name and value pairs (second argument). Each name and value pair of the source object has to be present in the object from the collection if it is to be included in the returned array.

Home Page:https://www.freecodecamp.org/learn/javascript-algorithms-and-data-structures/intermediate-algorithm-scripting/wherefore-art-thou

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Nobledsmarts/wherefore-art-thou Stargazers