The Weird Parts of JavaScript
hackernoon.comFor 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.
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.