Closed maicol07 closed 2 years ago
Thanks 🙌
Please add one or two new tests to prove your solution. Also, your changes fails exsisting tests, please make sure that they pass.
https://app.travis-ci.com/github/ecrmnn/collect.js/builds/245443582
@ecrmnn done! There's an issue regarding the build. I think that's because I've used the for...of
loop, however it's the best way to fix this issue
for ... of
is not allowed in the ESLint config.
You'll need to change your code.
@ecrmnn done! Tests work!
this.items
as an objectCloses #294