We will be given a nested array of object. We are also provided with the key and value. We have the check whether that key and value exist in the array. If exist return that object otherwise return object does not exist.
#interview #javascript #google #microsoft