Hacker News new | ask | show | jobs
The Weird Parts of JavaScript (hackernoon.com)
4 points by backing 1996 days ago
1 comments

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.