I have this code of JavaScript that I don’t actually understand, specifically this line:
const res = arr.filter(item => !store.has(JSON.stringify(item)) ?