code-chronicles-code/leetcode-curriculum

Expand `String.prototype.chars` goody test to consider strings with emojis

Offen

#336 geöffnet am 17.08.2024

 (0 Kommentare) (0 Reaktionen) (0 zugewiesene Personen)TypeScript (12 Forks)auto 404
good first issueteststypescript

Repository-Metriken

Stars
 (19 Sterne)
PR-Merge-Metriken
 (PR-Metriken ausstehend)

Beschreibung

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.

Contributor Guide