1.0.3 • Published 2 years ago
module-ispalindrome v1.0.3
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'