mirror of
https://github.com/TheAlgorithms/JavaScript.git
synced 2026-03-13 15:21:15 +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