Find by key deep in a nested array

Опубликовано: 24 Июль 2026
на канале: coding-class
462
3

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