☆ Yσɠƚԋσʂ ☆ to Programmer Humor@lemmy.mlEnglish • 1 month agoJavaScriptlemmy.mlimagemessage-square26arrow-up1177cross-posted to: programmer_humor@programming.dev
arrow-up1177imageJavaScriptlemmy.ml☆ Yσɠƚԋσʂ ☆ to Programmer Humor@lemmy.mlEnglish • 1 month agomessage-square26cross-posted to: programmer_humor@programming.dev
minus-square@sgh@lemmy.mllinkfedilink8•1 month 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