JavaScript Obtenha objeto da matriz onde a propriedade é igual

var res = jsArray.find(obj => { return obj.b === 6 })
Avid Grepper