// To find a specific object in an array of objects myObj = myArrayOfObjects.find(obj => obj.prop === 'something');