code-chronicles-code / code-chronicles-code/leetcode-curriculum
Add `Iterator.prototype.concat` to adventure pack
Open
enhancement
typescript
- Dominant language
- TypeScript
- Stars
- 20
- Forks
- 12
- PR merge metrics
- No merged PRs in 30d
Description
It would be nice to be able to concatenate two iterators!
See [`Array.prototype.concat()`](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Array/concat) for inspiration from an Array counterpart.
Contributor guide
Assessment
This issue has not been assessed yet.