module-ispalindrome
v1.0.3
Published
first module called isPalindrome
Readme
module-ispalindrome
Enter a word as input, and the function will determine whether the word is a palindrome, returning a boolean value.
Install
$ npm install module-ispalindromeUsage
const index = require("./index.js");
index.isPalindrome("Tenet");
//=> 'true'GitHub
- [carlodev15-profile] (https://github.com/CarloDev15)
