Skip to content

Latest commit

 

History

History
45 lines (30 loc) · 944 Bytes

readMe.md

File metadata and controls

45 lines (30 loc) · 944 Bytes

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 for downloading, -- importing guide for importing, -- usage example for usage example -- conclusion for conclusion

downloadPackage

npm i palidrome_tester

importing

const palindromTester = 'palindrom_tester';

usagExample

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