1.0.0 • Published 4 years ago

axarva-palindrome v1.0.0

Weekly downloads
3
License
ISC
Repository
github
Last release
4 years ago

A palindrome checker built as a part of Learn Enough JavaScript To Be Dangerous.

You can install it with the following command in the terminal:

npm install axarva-palindrome

let Phrase = require("axarva-palindrome");

Now you can happily define a string as a Phrase object as follows (Also in the file): let x = new Phrase("Harry Potter is Parry Otter");