0
Free MOCK
Apply Internship
Blog
Learning
Roadmap
Others
Login
Intermediate
JavaScript
Find the first non-repeating character
Write a function that finds the first non-repeating character in a string.
Examples
Input:
"aabccdeff"
Output:
"b"
Your Solution
Show Solution
Reset
Output
Run Code
Click 'Run Code' to see the output