Today's JavaScript coding challenge is about grouping anagramsObjective: Write a function to group anagrams within an array of stringsAn anagram is a word formed by rearranging the letters of another wordChallenge participants need to create and test their solutions, sharing their approaches in the comments section