Hi, you have to iterate over all “srcObj” keys, and then for every key you check if exist in “obj” of interest. You can implement nested for, the top for iterate over the objects of “arrOfObj”, and the inside for iterate over the keys of “srcObj”. I hope you get it.