We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0d7bb13 commit 235d38bCopy full SHA for 235d38b
check_anagrams.js
@@ -20,3 +20,4 @@ function areAnagrams(str1, str2) {
20
21
console.log(areAnagrams("listen", "silent"));
22
console.log(areAnagrams("hello", "world"));
23
+console.log(areAnagrams("mest", "stem"));
0 commit comments