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

Add a `groupBy` goody

オープン
#108 コメント 0 件 リアクション 0 件 担当者 1 名 @miorel が担当を希望しています GitHub で見る
enhancement typescript
主要言語
TypeScript
スター
20
フォーク
12
PR マージ指標
30日以内にマージされた PR はありません

説明

Inspiration from Ruby: https://rubydoc.info/stdlib/core/Enumerable:group_by

A reasonable place for it to live would be on `Iterator.prototype`, then anything that can give us an iterator can also be grouped.

Should we return a Map or an object? Either one could work, though a Map seems more future-looking, since it will support grouping by something other than strings/numbers/Symbols.

コントリビューションガイド

コントリビューションガイドを開く

評価

この issue はまだ評価されていません。

新しい issue をメールで受け取る

初心者向けの GitHub issue を短くまとめたダイジェスト。