this post was submitted on 04 Jun 2025
169 points (98.3% liked)

Programmer Humor

36208 readers
110 users here now

Post funny things about programming here! (Or just rant about your favourite programming language.)

Rules:

founded 5 years ago
MODERATORS
 
you are viewing a single comment's thread
view the rest of the comments
[โ€“] [email protected] 21 points 3 days ago (3 children)

+ is overloaded for string concatenation, but - isn't so the interpreter coerces the "11" into a number first.

[โ€“] [email protected] 1 points 2 days ago

Thanks for the explanation

load more comments (2 replies)