⪼ Made with 💜 by Polyglot.
digits name
2 = binary (0-1)
8 = octal (0-7)
10 = decimal (0-9)
16 = hexadecimal (0-F, where… 0-9,A=10,B=11,C=12,D=13,E=14,F=15)
The parseInt() function parses a string argument and returns an integer of the specified radix (the base in mathematical numeral systems).
