Please sign in to access this page

Palindrome Checker

Palindrome Checker

1 devlog
1h 9m
Created by xkboo

checks if user input is a palindrome

Timeline

Had to play around with the logic a bit. Proud of what i have so far:

takes in a str but changes it to an array by using the split() function. goes through each letter and adds it to a new reversed string. checks original string with current string