is there a way to find a matching object inside of an array of objects inside of an array of objects code example
Example: find a single element in array of objects javascript
myArray.find(x => x.id === '45').foo;
myArray.find(x => x.id === '45').foo;