front-end-path-palindrome

0.1.1 • Public • Published

Phrase object (with palindrome detector)

This is a sample NPM module created in Learn Enough JavaScript to Be Dangerous by Front end path leaning team.

The module can be used as follows:

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

Package Sidebar

Install

npm i front-end-path-palindrome

Weekly Downloads

1

Version

0.1.1

License

ISC

Unpacked Size

3.83 kB

Total Files

4

Last publish

Collaborators

  • jjmg