1 comment

[ 4.1 ms ] story [ 11.5 ms ] thread
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.