Alright, so I was messing around with parseInt to see how it handles values not yet initialized and I stumbled upon this gem. The below happens for any radix...
  • May 25, 2022
  • 0 Comments
I just want to know if there’s a better solution to parse a number from a character in a string (assuming that we know that the character at index...
  • May 23, 2022
  • 0 Comments