Strings • Exercise 2/6

Palindrome Check

00:00
0
15 points

Instructions

Create a function palindrome? that returns true if a string
reads the same forwards and backwards.

Ignore case when comparing.

Example: palindrome?("Racecar") returns true

Your Code

Results

Click "Run Tests" to see results