[–] lrossi 5y 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.
1 comment
[ 4.1 ms ] story [ 11.5 ms ] thread> [1, 2] + [3, 4] // returns "1,23,4"
Due to muscle memory from Python, it’s very easy to mess it up.