mirror of
https://github.com/TheAlgorithms/JavaScript.git
synced 2025-07-06 01:18:23 +08:00
removed test case comments
This commit is contained in:
@ -53,10 +53,4 @@ const alphaNumericPlaindrome = (str) => {
|
|||||||
else return false
|
else return false
|
||||||
}
|
}
|
||||||
|
|
||||||
// test cases
|
|
||||||
// alphaNumericPlaindrome("eye");
|
|
||||||
// alphaNumericPlaindrome("0_0 (: /-\ :) 0-0")
|
|
||||||
// alphaNumericPlaindrome("five|\_/|four")
|
|
||||||
// alphaNumericPlaindrome("A man, a plan, a canal. Panama")
|
|
||||||
|
|
||||||
export { alphaNumericPlaindrome }
|
export { alphaNumericPlaindrome }
|
||||||
|
Reference in New Issue
Block a user