not-a-palindrome-checker
v1.1.2
Published
This is my homework
Maintainers
Readme
Not a Palindrome checker
What is a palindrome?
A palindrome is a word or phrase that can be readed from left to right and viceversa.
How it works?
Just write the word you want to know if is a palindrome or not
console.log(isPalindrome("racecar")) And if is a palindrome, it will return "True"
console.log(isPalindrome("hello")) If is not, it will return "False"
