diff --git a/String/CheckAnagram.js b/String/CheckAnagram.js index 1621296923..762e11b660 100644 --- a/String/CheckAnagram.js +++ b/String/CheckAnagram.js @@ -8,7 +8,7 @@ const checkAnagram = (str1, str2) => { // If both strings have not same lengths then they can not be anagram. if (str1.length !== str2.length) { - return 'Not Anagram' + return 'Not anagrams' } // Use hashmap to keep count of characters in str1
Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.
Alternative Proxies: