...

/

Challenge: Anagram Problem

Challenge: Anagram Problem

Check whether two strings are anagrams of each other.

Task

Write a function that accepts two strings as parameters and checks whether these strings are anagrams of each other. An anagram is a text formed by rearranging the letters of another piece of text.

The strings should not be case-sensitive, meaning that Cats and AcTs are anagrams.

Access this course and 40+ top-rated courses and projects.