Skip to content

Commit 235d38b

Browse files
committed
another example
1 parent 0d7bb13 commit 235d38b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

check_anagrams.js

+1
Original file line numberDiff line numberDiff line change
@@ -20,3 +20,4 @@ function areAnagrams(str1, str2) {
2020

2121
console.log(areAnagrams("listen", "silent"));
2222
console.log(areAnagrams("hello", "world"));
23+
console.log(areAnagrams("mest", "stem"));

0 commit comments

Comments
 (0)