code-chronicles-code/leetcode-curriculum
Expand `String.prototype.chars` goody test to consider strings with emojis
开放
#336 创建于 2024年8月17日
good first issueteststypescript
仓库指标
- 星标
- (19 个星标)
- PR 合并指标
- (PR 指标待抓取)
描述
This task is to update 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.