@ -239,7 +239,7 @@ First argument is the function name, subsequent arguments are passed to the func
```js
vartimeTaken=(f,...args)=>{
vart0=performance.now(),r=f(...args);
console.log({performance.now()-t0);
console.log(performance.now()-t0);
returnr;
}
```
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.