Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Palindromes #14

Open
xasterKies opened this issue Nov 1, 2021 · 3 comments
Open

Palindromes #14

xasterKies opened this issue Nov 1, 2021 · 3 comments
Assignees
Labels
challenge Daily Challenge Easy Beginner Friendly

Comments

@xasterKies
Copy link
Collaborator

Directions

Given a string, return true if the string is a palindrome or false if it is not. Palindromes are strings that form the same word if it is reversed. Do include spaces and punctuation in determining if the string is a palindrome. Make use of Functions and Methods where necessory

You can code this with any language of your choice!

Examples

palindrome("abba") === true
palindrom("abcdefg") === false

@xasterKies xasterKies added Easy Beginner Friendly challenge Daily Challenge labels Nov 1, 2021
@xxxSkypper
Copy link
Contributor

please assign me

@xasterKies
Copy link
Collaborator Author

Done @xxxSkypper

@RandyKdev
Copy link
Member

@xaster-Kies I would like to try this.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
challenge Daily Challenge Easy Beginner Friendly
Projects
None yet
Development

No branches or pull requests

3 participants