code-chronicles-code / code-chronicles-code/leetcode-curriculum
Add `Iterator.prototype.concat` to adventure pack
- 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
Research direction
Start by locating the Iterator implementation and existing iterator methods in the adventure pack. Read the linked Array.prototype.concat reference to clarify the intended behavior for combining two iterators. Done means Iterator.prototype.concat is available and concatenates the requested iterators consistently with the project’s existing conventions.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- typescript
- Domain
- tooling
- Issue type
- Feature
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100