I need to find an item in the array of objects:
const arr = [“this” , “that”]; const obj = [ {id: 1, item: “that”}, {id: 2, item: “other”}];
I kn