Skip to content

Instantly share code, notes, and snippets.

@B-PRAVEEN
Created September 9, 2019 15:26
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save B-PRAVEEN/1a6f9648217955b338cd4c0795703ece to your computer and use it in GitHub Desktop.
Save B-PRAVEEN/1a6f9648217955b338cd4c0795703ece to your computer and use it in GitHub Desktop.
var found = datasetarr.find(o => o.accountID === receiptlist[i].accountID && o.subtype === ritemlist[k].type)
if (found === undefined){
//do computation
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment