mediumJS ES6+#125

Palíndromos (rearrange to palindrome)

Prompt

Given a positive number, determine if its digits can be rearranged to form a palindrome (reads same forwards and backwards).

Hints

Solution

Your Code

10 min

Tests

Click Run to test your code