☆ Yσɠƚԋσʂ ☆ to Programmer Humor@lemmy.mlEnglish • 24 days agoJavaScriptlemmy.mlimagemessage-square26fedilinkarrow-up1174arrow-down13cross-posted to: programmer_humor@programming.dev
arrow-up1171arrow-down1imageJavaScriptlemmy.ml☆ Yσɠƚԋσʂ ☆ to Programmer Humor@lemmy.mlEnglish • 24 days agomessage-square26fedilinkcross-posted to: programmer_humor@programming.dev
minus-square@sgh@lemmy.mllinkfedilink7•23 days agoThe space makes that two different tokens, in reality what happens is ‘a’ + (+‘a’) that resolves to ‘a’ + ‘NaN’.
The space makes that two different tokens, in reality what happens is ‘a’ + (+‘a’) that resolves to ‘a’ + ‘NaN’.
Yep, I believe you’re right