Hacker News new | ask | show | jobs
by lrossi 1996 days ago
For me, the worst is:

> [1, 2] + [3, 4] // returns "1,23,4"

Due to muscle memory from Python, it’s very easy to mess it up.