Skip to content

Palindromes #14

Description

@xasterKies

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

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Labels

EasyBeginner FriendlychallengeDaily Challenge

Type

No type

Projects

No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions