leenacha-palindrome

0.1.2 • Public • Published

Phrase object (with palindrome detector)

This is a sample NPM module created in Learn Enough™️ JavaScript to Be Dangerous by Michael Hartl.

The module can be used as follows:

$ vim test.js
let Phrase = require("leenacha-palindrome");
let justsayin = new Phrase("The 2020 Saturn-Pluto conjunction in Capricorn starts now.");
console.log(justsayin.palindrome());
$ node test.js
true```

Package Sidebar

Install

npm i leenacha-palindrome

Weekly Downloads

0

Version

0.1.2

License

ISC

Unpacked Size

4.64 kB

Total Files

4

Last publish

Collaborators

  • leenacha