173
JavaScript
(lemmy.ml)
Post funny things about programming here! (Or just rant about your favourite programming language.)
Indeed, the unary plus operator tries to convert whatever is after it to a number if it isn't already. Since 'a' is not a valid number, it returns NaN (not a number)