First Unique Character

Strings ยท medium

Implement `firstUnique(s)` returning the first character that appears exactly once, or an empty string if there is none.

Learning resources

Loading...

Run your code to see results.