Skip to content

Benmuiruri/palindrome

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

This is a sample NPM module created by Michael Hartl.

The module can be used as follows:

$ npm install --global bkiarie-palindrome $ vim test.js let Phrase = require("bkiarie-palindrome"); let napoleonsLament = new Phrase("Able was I, ere I saw Elba."); console.log(napoleonsLament.palindrome()); $ node test.js true

About

A NPM module to test whether a string is a palindrome

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published