JS ensure object property in array exist code example
Example: angular list contains property
vendors.filter(function(vendor){ return vendor.Name === "Magenic" })
vendors.filter(function(vendor){ return vendor.Name === "Magenic" })