medium
91801010-cbb9-44ad-94e9-e245cee1c726Is Palindrome?
Problem
Write isPalindrome(s) that returns true if s reads the same backwards. Log isPalindrome('level') and isPalindrome('hello').
Sample output
true false
stringsconditionals
Your solution — run it, use AI if stuck
javascript
