Skip to content

Latest commit

 

History

History

is-palindrome

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 

Palindrome

Description

Algorithm that defines whether string is palindrome or not.

Implementation

isPalindrome(string) should return true if the given string is palindrome and false otherwise.

Example:

isPalindrome('Race car') // true