Last step for me when finishing a JS code is letting it run trough JSLint. I forgot a few semicolons and the radix parameters at parseInt()
. Well, these issues were solved quickly.
But now I'm curious: Why would we need binary, octal or hexadecimal radixes? I couldn't find anything in Google.
Can anyone probably give an example?
Note: I'm not asking what are these radixes based on or how they look like, I'm actually looking for a scenario where you would need others than the decimal. Thanks.