Made as a challenge.
Input your string on (word), If the word is a palindrome, it will return True, while if its not, It will return false
palindromeDetect("Yoopie") // Expected return, false
palindromeDetect("sus") // Expected return, true
Made as a challenge.
Input your string on (word), If the word is a palindrome, it will return True, while if its not, It will return false
palindromeDetect("Yoopie") // Expected return, false
palindromeDetect("sus") // Expected return, true
npm i speddy-palindrome-detector
1
1.0.0
ISC
1.03 kB
4