Treat the input n as a 32-bit unsigned integer and reverse the order of its 32 bits, returning the resulting unsigned integer.
Because JavaScript bitwise operations are signed, finish by applying >>> 0 so the answer is interpreted as an unsigned 32-bit value (in [0, 2³² − 1]).
4326159601214748364842949672954294967293