https://github.com/pacifiquem/palindrome_checker-npm-package
npm package for checking if a world entered is a palindrome
https://github.com/pacifiquem/palindrome_checker-npm-package
javasc palindrome palindrome-number palindrome-string
Last synced: 5 months ago
JSON representation
npm package for checking if a world entered is a palindrome
- Host: GitHub
- URL: https://github.com/pacifiquem/palindrome_checker-npm-package
- Owner: pacifiquem
- Created: 2022-03-06T11:28:17.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2022-06-19T07:43:02.000Z (over 3 years ago)
- Last Synced: 2025-05-07T05:49:34.714Z (7 months ago)
- Topics: javasc, palindrome, palindrome-number, palindrome-string
- Language: JavaScript
- Homepage:
- Size: 2.93 KB
- Stars: 5
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readMe.md
Awesome Lists containing this project
README
## discription
this package help you to check if the word Entered is a palindrome or not,
so there is nothing simple like using it!!!!
## links--For--Quick--Navigating
-- [download](#downloadPackage) for downloading,
-- [importing guide](#mporting) for importing,
-- [usage example](#usagExample) for usage example
-- [conclusion](#conclusion) for conclusion
## downloadPackage
npm i palidrome_tester
## importing
```js
const palindromTester = 'palindrom_tester';
```
## usagExample
```js
palindromeTesting (word) => {
var output = "";
const answer = palindromeTester(word)
if (answer == true) {
output = " the word entered is palindrome ";
}else {
output = " the word entered isn't a palindrome ";
}
return ouput;
}
```
## conclusion
thank you for using also visiting our package,
we will like your response if possible give us your feedback through Email: pacifiquemurangwa001@gmail.com