Skip to content

KatrynDm7/npm.palindrome

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

npm.palindrome

    "is-this-palindrome" it is a small and simple library providing the opportunity to check input parameters like:
  • string
  • word
  • combination of numbers
  • is a palindrome or not

Installation

  npm install is-this-palindrome --save

Usage

  var palindrome = require('is-this-palindrome');
  var isPalindrome = palindrome.isPalindrome;
  console.log(isPalindrome("A man, a plan, a canal: Panama."));
  console.log(isPalindrome("not a Palindrom"));

Tests

   npm test

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

No packages published