Frage im Vorstellungsgespräch bei Invi Grid

Find the First Non-Repeating Character // Write a function to return the first non-repeating character in a string. function firstUniqueChar(str) { // Your code here }