cay-cospete
Results
2
comments of
cay-cospete
```js Array.prototype._map = function(cb) { const result = []; for(let i=0; i
@kkpo4553 How do i update this in the package itself though ? Why is this fix not a part of the package ?