Identify Anagrams
Implementing an isAnagram function that returns true if its two input strings are anagrams and false otherwise
Implementing an isAnagram function that returns true if its two input strings are anagrams and false otherwise
Implementing a containsDuplicate function that returns true if there are duplicate elements present in the array and false otherwise