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

#2 Palindrome #3

Closed
somekindofwallflower opened this issue Jun 13, 2022 · 0 comments · Fixed by #5
Closed

#2 Palindrome #3

somekindofwallflower opened this issue Jun 13, 2022 · 0 comments · Fixed by #5
Assignees
Labels
enhancement New feature or request

Comments

@somekindofwallflower
Copy link
Owner

somekindofwallflower commented Jun 13, 2022

Description
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.

Examples:

  • palindrome("abba") === true
  • palindrome("abcdefg") === false
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
1 participant