#tc39
2020-04-08
plaintext logs
prev
next
JavaScript is required to load the channel index, but you can go to
the static index
directly.
error
23:04
<
rkirsling
>
never thought to try this before, but apparently parseFloat doesn't have a radix arg 🤔
23:08
<
rkirsling
>
(though I guess 0b1.111 isn't a thing either. but then it's also interesting that parseInt recognizes 0x but not 0b or 0o)