JavaScript is required for SkillAI Hub to work properly. Please enable JavaScript and refresh the page.
Coding Challenge · BEGINNER
Given a string, determine the number of unique characters in the string. A character is considered unique if it appears exactly once in the string. Return the count of such unique characters.