☆ Yσɠƚԋσʂ ☆ to Programmer Humor@lemmy.mlEnglish • 14 days agoJavaScriptlemmy.mlimagemessage-square26arrow-up1176cross-posted to: programmer_humor@programming.dev
arrow-up1176imageJavaScriptlemmy.ml☆ Yσɠƚԋσʂ ☆ to Programmer Humor@lemmy.mlEnglish • 14 days agomessage-square26cross-posted to: programmer_humor@programming.dev
minus-square@sgh@lemmy.mllinkfedilink7•14 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