All Problems
4/10
Palindrome Check
EasyGiven a string, determine if it is a palindrome (reads the same forwards and backwards). Print true or false.
Given variables
text: a string to check
3 test cases
Hit Test to see output...Loading WASM...Docs
Given a string, determine if it is a palindrome (reads the same forwards and backwards). Print true or false.
text: a string to check
Hit Test to see output...