```x.filter((v, i) => v !== 'B'); // { a: 'A', b: 'B' }``` This should remove `B` value from result and not `c`