If we want to find and return the first occurrence from our object array.
var rec = myObjectArray.find(value, index) { return value.id==mySearchId; });
A place for tutorials on programming and other such works.
If we want to find and return the first occurrence from our object array.
var rec = myObjectArray.find(value, index) { return value.id==mySearchId; });