Retired
Palindrome or not (retired)
28DeividZ
Description:
A PALINDROME is a word, number, phrase, or other sequence of characters which reads the same backward as forward, such as madam or racecar or the number 10801.
Given a string in a function, create an algorithm that determines whether the string is a palindrome or not.
Examples.
isPalindrome("Ana lava lana") ---> true
isPalindrome("Hello my name is Ana") ---> false
isPalindrome("Madam, I'm Adam") ---> true
isPalindrome("14941") ---> true
isPalindrome("81924") ---> false
Algorithms
Logic
Regular Expressions
Declarative Programming
Advanced Language Features
Programming Paradigms
Fundamentals
Strings
Similar Kata:
Stats:
Created | Feb 22, 2019 |
Warriors Trained | 142 |
Total Skips | 0 |
Total Code Submissions | 442 |
Total Times Completed | 28 |
JavaScript Completions | 28 |
Total Stars | 3 |
% of votes with a positive feedback rating | 38% of 12 |
Total "Very Satisfied" Votes | 4 |
Total "Somewhat Satisfied" Votes | 1 |
Total "Not Satisfied" Votes | 7 |
Total Rank Assessments | 9 |
Average Assessed Rank | 7 kyu |
Highest Assessed Rank | 7 kyu |
Lowest Assessed Rank | 8 kyu |