code-chronicles-code / code-chronicles-code/leetcode-curriculum

Add `Iterator.prototype.concat` to adventure pack

Open
#348 0 comments 0 reactions 0 assignees View on GitHub
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

Open the contributing 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

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.