code-chronicles-code / code-chronicles-code/leetcode-curriculum
Expand `String.prototype.chars` goody test to consider strings with emojis
オープン
good first issue
tests
typescript
- 主要言語
- TypeScript
- スター
- 20
- フォーク
- 12
- PR マージ指標
- 30日以内にマージされた PR はありません
説明
This task is to update [`workspaces/adventure-pack/goodies/typescript/String.prototype.chars/index.test.ts`](../tree/main/workspaces/adventure-pack/goodies/typescript/String.prototype.chars/index.test.ts) to consider a wider range of strings. In particular, it would be nice to confirm that emojis, or other strings containing Unicode characters, are correctly handled.
コントリビューションガイド
調査の方向性
workspaces/adventure-pack/goodies/typescript/String.prototype.chars/index.test.ts から始め、既存の文字列ケースを確認します。絵文字やその他の Unicode を含む文字列を対象とするケースを追加し、その後ファイルのテストを実行します。拡張したケースが成功し、正しく処理できることを確認できれば完了です。
索引モデルが issue の本文から書いたものです。
評価
- 技術スタック
- typescript
- 領域
- testing
- issue の種類
- 機能追加
- 難易度
- 1/5
- 見積もり時間
- 1時間未満
- 活発さ
- 停滞
- 明瞭さ
- 明確に書かれている
- 初心者へのやさしさ
- 55/100