OsrsNeedsF2P@lemmy.ml to Programmer Humor@programming.dev · 2 days agoparseInt(5)lemmy.mlimagemessage-square64linkfedilinkarrow-up1416arrow-down14
arrow-up1412arrow-down1imageparseInt(5)lemmy.mlOsrsNeedsF2P@lemmy.ml to Programmer Humor@programming.dev · 2 days agomessage-square64linkfedilink
minus-squarejsomae@lemmy.mllinkfedilinkarrow-up6arrow-down2·edit-22 days agoOkay but this documentation is obviously wrong from the first sentence The parseInt() function parses a string argument and returns an integer of the specified radix Integers don’t have radices. It should read: The parseInt() function parses a string argument representing an integer of the specified radix and returns that integer. Either way, I still don’t understand the behaviour in the image. nvm, thanks m_f@discuss.online
Okay but this documentation is obviously wrong from the first sentence
Integers don’t have radices. It should read:
Either way, I still don’t understand the behaviour in the image.nvm, thanks m_f@discuss.online