Echo JS 0.11.0

<~>

CrossEye 1988 days ago. link 4 points
As the article shows, though, predictable does not mean anything like logical!

Please don't count on this for anything serious.  The thought that `{x: 1, y: 2}` has different behavior than `{y: 2, x: 1}` is fairly horrifying.
tracker1 1989 days ago. link 1 point
This is why you should use a normalization before serializing and doing any comparisons, unless relying on the order.