Liste de filtre à dactylographie par propriété

const object = {
  firstAttribute: 'firstValue',
  secondAttribute: 'secondValue'
};  

objectList.filter(o -> o.firstAttribute === 'firstValue'); 
Syenite Phoenix