Hacker News new | ask | show | jobs
by cdsanchez 5263 days ago
That only applies to parseInt because it tries to guess the radix if one isn't supplied. parseFloat assumes base 10 and doesn't accept a radix argument.
2 comments

Oh that's neat. Thankyou.
whoops, got out of bed too early