Interview question of the issue #300 of rendezvous with cassidoo.
Write a function to find out whether the binary representation of a number is palindrome or not.
Example:
> binaryPal(5)
> true
> binaryPal(10)
> false
Just pnpm i
to install all dependencies and then pnpm t
to run the tests!