axarva-palindrome
v1.0.0
Published
A simple palindrome detector
Downloads
1
Maintainers
Readme
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");