I have the following javascript array of objects ,I need to check output property if at least one object is true return true else return false,Can anyone help me to implement that?
var array=[{"id":100,"output":false},{"id":100,"output":false},
{"id":100,"output":true}]