@ -1684,7 +1684,7 @@ Create a `Set` by applying `fn` to all elements in `b`, then use `Array.filter()
```js
constintersectionBy=(a,b,fn)=>{
consts=newSet(b.map(x=>fn(x)));
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.