code-chronicles-code / code-chronicles-code/leetcode-curriculum
Add `Iterator.prototype.concat` to adventure pack
未关闭
enhancement
typescript
- 主要语言
- TypeScript
- 星标
- 20
- 派生
- 12
- PR 合并指标
- 30 天内没有已合并 PR
描述
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.
贡献指南
调研方向
首先,在 adventure pack 中找到 Iterator 的实现和现有的迭代器方法。阅读链接的 Array.prototype.concat 参考文档,以明确组合两个迭代器时预期的行为。当 Iterator.prototype.concat 可用,并且按照项目现有约定一致地连接所请求的迭代器时,即表示完成。
由索引模型根据 Issue 内容生成。
评估
- 技术栈
- typescript
- 领域
- tooling
- Issue 类型
- 功能
- 难度
- 3/5
- 预计耗时
- 1-2 天
- 活跃度
- 停滞
- 描述清晰度
- 基本清楚
- 新手友好度
- 35/100