OsrsNeedsF2P@lemmy.ml to Programmer Humor@programming.dev · 19 hours agoparseInt(5)lemmy.mlimagemessage-square58fedilinkarrow-up1397arrow-down15
arrow-up1392arrow-down1imageparseInt(5)lemmy.mlOsrsNeedsF2P@lemmy.ml to Programmer Humor@programming.dev · 19 hours agomessage-square58fedilink
minus-squarejsomae@lemmy.mllinkfedilinkarrow-up5arrow-down2·edit-210 hours 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 [email protected]
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 [email protected]