Skip to content

Commit a1ac4ea

Browse files
Jaehyeon Robert HanJaehyeon Robert Han
authored andcommitted
add lines
1 parent 59e26f0 commit a1ac4ea

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

valid-anagram/Zioq.js

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,6 @@ var isAnagram = function(s, t) {
2222
*/
2323

2424

25-
26-
27-
2825
// console.log(isAnagram("anagram","nagaram"));
29-
// console.log(isAnagram("rat","car"));
26+
// console.log(isAnagram("rat","car"));
27+

0 commit comments

Comments
 (0)