Topic: Hashing Problem / Level: beginner

Problem: Create a function that returns the first character that does not repeat in a string using hashing.

Run the code to see the output here...