mirror of
https://github.com/TheAlgorithms/JavaScript.git
synced 2025-07-07 11:08:54 +08:00
Added tests for Strings algorithms (#390)
* test: added tests for check anagram function
This commit is contained in:
@ -21,5 +21,4 @@ const checkPalindrome = (str) => {
|
||||
return 'Palindrome'
|
||||
}
|
||||
|
||||
console.log(checkPalindrome('madam'))
|
||||
console.log(checkPalindrome('abcd'))
|
||||
export { checkPalindrome }
|
||||
|
Reference in New Issue
Block a user