☆ Yσɠƚԋσʂ ☆ to Programmer Humor@lemmy.mlEnglish • 27 days agoJavaScriptlemmy.mlimagemessage-square26fedilinkarrow-up1173arrow-down14cross-posted to: programmer_humor@programming.dev
arrow-up1169arrow-down1imageJavaScriptlemmy.ml☆ Yσɠƚԋσʂ ☆ to Programmer Humor@lemmy.mlEnglish • 27 days agomessage-square26fedilinkcross-posted to: programmer_humor@programming.dev
minus-square@sgh@lemmy.mllinkfedilink7•26 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