All ChallengesLoading...
Not Solved

Find unique characters in string

Write a function that takes a string and returns a string containing only its unique characters in the order they first appear.
Intermediate
sample input: hello 
sample output: helo
Loading...
Test Output: