IsPalindrome
@typehero
Last updated 5 months ago
HARD
Implement type IsPalindrome<T>
to check whether a string or number is palindrome.
For example:
IsPalindrome<'abc'> // false IsPalindrome<121> // true
This challenge was ported from Type Challenges and was authored by jiangshanmeta
More Challenges
Loading...
Loading...