Daily JavaScript Challenge: Find First Repeated Character in a StringDescription: Write a function to find the first repeating character in a string compared to the characters that precede it. Return 'None' if no such character is found.Challenge Difficulty: Easy, Topic: String Manipulation.To learn more, visit: https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Set