|
|
|
|
|
by master-lincoln
969 days ago
|
|
I don't think that's a fair comparison.
Here we talk about a tool that fucks up your data once you load it.
With javascript there is no such thing. There are some auto type conversions when passing a wrong type into a function that can yield unexpected results. But I would argue this is different as it's an environment for power users only, and there is types at play that should make you as a programmer aware. E.g. 1 + "hello" = "1hello" 1 - "hello" = NaN |
|