module-ispalindrome
v1.0.3
Published
first module called isPalindrome
Downloads
6
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-ispalindrome
Usage
const index = require("./index.js");
index.isPalindrome("Tenet");
//=> 'true'
GitHub
- [carlodev15-profile] (https://github.com/CarloDev15)