We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7c5c3cf commit 6d43c39Copy full SHA for 6d43c39
valid-anagram/wogha95.js
@@ -8,4 +8,4 @@
8
*/
9
var isAnagram = function(s, t) {
10
return s.split('').sort().join('') === t.split('').sort().join('');
11
-};
+};
0 commit comments