JS-4-all
Algo-questions
Flashcards
Lessons
Sign in
Get Started!
Palindrome Number
Description
Solution
Given an integer
x
, return true if
x
is palindrome integer. An integer is a palindrome when it reads the same backward as forward.
Output:
Run