@ -1105,7 +1105,7 @@ Create a `Set` by applying `fn` to each element in `b`, then use `Array.prototyp
```js
constdifferenceBy=(a,b,fn)=>{
consts=newSet(b.map(v=>fn(v)));
consts=newSet(b.map(fn));
returna.filter(x=>!s.has(fn(x)));
};
```
Reference in New Issue
Block a user
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.