173
JavaScript
(lemmy.ml)
Post funny things about programming here! (Or just rant about your favourite programming language.)
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