Skip to content

Commit 81f5f40

Browse files
author
Syed Fasiuddin
committed
removed test case comments
1 parent 3131b9a commit 81f5f40

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

String/AlphaNumericPalindrome.js

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -53,10 +53,4 @@ const alphaNumericPlaindrome = (str) => {
5353
else return false
5454
}
5555

56-
// test cases
57-
// alphaNumericPlaindrome("eye");
58-
// alphaNumericPlaindrome("0_0 (: /-\ :) 0-0")
59-
// alphaNumericPlaindrome("five|\_/|four")
60-
// alphaNumericPlaindrome("A man, a plan, a canal. Panama")
61-
6256
export { alphaNumericPlaindrome }

0 commit comments

Comments
 (0)