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 91742b0 commit b44fbbeCopy full SHA for b44fbbe
valid-anagram/YeomChaeEun.ts
@@ -14,4 +14,4 @@ function isAnagram(s: string, t: string): boolean {
14
}
15
16
return Object.values(counter).findIndex(value => value !== 0) < 0;
17
-};
+}
0 commit comments