Skip to content

Latest commit

 

History

History
2 lines (2 loc) · 143 Bytes

File metadata and controls

2 lines (2 loc) · 143 Bytes

JavaScript-Palindrome

This script uses regular expressions to check if a string is a palindrome. If it is, return true. If not return false.